mirror of
https://github.com/docker/cli.git
synced 2026-01-06 05:41:44 +03:00
bash completion for container labels to service {create,update}
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
committed by
Tibor Vass
parent
91e476b7e9
commit
6ff1bec0ba
@@ -1741,6 +1741,7 @@ _docker_service_update() {
|
||||
|
||||
if [ "$subcommand" = "create" ] ; then
|
||||
options_with_args="$options_with_args
|
||||
--container-label
|
||||
--mode
|
||||
"
|
||||
|
||||
@@ -1754,6 +1755,8 @@ _docker_service_update() {
|
||||
if [ "$subcommand" = "update" ] ; then
|
||||
options_with_args="$options_with_args
|
||||
--arg
|
||||
--container-label-add
|
||||
--container-label-rm
|
||||
--image
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user