1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

Merge pull request #18056 from vincentbernat/fix/zsh-no-lxc

zsh: remove lxc-related completion
Upstream-commit: 5d53e39c02abcc768db9f504d02dcb2474b4c7d7
Component: engine
This commit is contained in:
David Calavera
2015-11-18 10:35:59 +01:00

View File

@@ -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)"