Add zsh completion for 'docker service create --hostname'
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
parent
b7ecc2e3c0
commit
ca654a417a
1 changed files with 1 additions and 0 deletions
|
@ -1672,6 +1672,7 @@ __docker_service_subcommand() {
|
|||
$opts_create_update \
|
||||
"($help)*--container-label=[Container labels]:label: " \
|
||||
"($help)*--env-file=[Read environment variables from a file]:environment file:_files" \
|
||||
"($help)--hostname=[Service containers hostname]:hostname: " \
|
||||
"($help)--mode=[Service Mode]:mode:(global replicated)" \
|
||||
"($help)--name=[Service name]:name: " \
|
||||
"($help -): :__docker_complete_images" \
|
||||
|
|
Loading…
Add table
Reference in a new issue