about summary refs log tree commit diff
path: root/Functions/Misc/run-help-docker
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Misc/run-help-docker')
-rw-r--r--Functions/Misc/run-help-docker9
1 files changed, 9 insertions, 0 deletions
diff --git a/Functions/Misc/run-help-docker b/Functions/Misc/run-help-docker
new file mode 100644
index 000000000..09a8a221a
--- /dev/null
+++ b/Functions/Misc/run-help-docker
@@ -0,0 +1,9 @@
+if [[ $# == 0 ]]
+then
+    man docker
+elif [[ $# > 1 && $1 == (builder|checkpoint|config|container|context|image|manifest|network|node|plugin|secret|service|stack|swarm|system|trust|volume) ]]
+then
+    man docker-$1-$2
+else
+    man docker-$1
+fi