1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

Rename zsh completion for 'docker {create,run} --net --net-alias' to '--network --network-alias'

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
Upstream-commit: dc7c008c08
Component: cli
This commit is contained in:
Steve Durrheimer
2016-07-15 08:09:20 +02:00
committed by Tibor Vass
parent a7e6ee6b34
commit ac7474cbb7

View File

@@ -1432,8 +1432,8 @@ __docker_subcommand() {
"($help)*--log-opt=[Log driver specific options]:log driver options:__docker_log_options"
"($help)--mac-address=[Container MAC address]:MAC address: "
"($help)--name=[Container name]:name: "
"($help)--net=[Connect a container to a network]:network mode:(bridge none container host)"
"($help)*--net-alias=[Add network-scoped alias for the container]:alias: "
"($help)--network=[Connect a container to a network]:network mode:(bridge none container host)"
"($help)*--network-alias=[Add network-scoped alias for the container]:alias: "
"($help)--oom-kill-disable[Disable OOM Killer]"
"($help)--oom-score-adj[Tune the host's OOM preferences for containers (accepts -1000 to 1000)]"
"($help)--pids-limit[Tune container pids limit (set -1 for unlimited)]"