mirror of https://github.com/docker/cli.git
zsh: remove lxc-related completion
LXC support has been deprecated and the related completion has been removed in #17700 but was added back in #17334. Signed-off-by: Vincent Bernat <vincent@bernat.im>
This commit is contained in:
parent
2788cfa614
commit
7eac998e7d
|
@ -478,7 +478,6 @@ __docker_subcommand() {
|
|||
"($help)*"{-l=,--label=}"[Set meta data on a container]:label: "
|
||||
"($help)--log-driver=[Default driver for container logs]:Logging driver:(json-file syslog journald gelf fluentd awslogs splunk none)"
|
||||
"($help)*--log-opt=[Log driver specific options]:log driver options:__docker_log_options"
|
||||
"($help)*--lxc-conf=[Add custom lxc options]:lxc 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)"
|
||||
|
|
Loading…
Reference in New Issue