File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1106,6 +1106,7 @@ __docker_service_subcommand() {
1106
1106
_arguments $( __docker_arguments) \
1107
1107
$opts_help \
1108
1108
$opts_create_update \
1109
+ " ($help )*--container-label=[Container labels]:label: " \
1109
1110
" ($help )--mode=[Service Mode]:mode:(global replicated)" \
1110
1111
" ($help -): :__docker_images" \
1111
1112
" ($help -):command: _command_names -e" \
@@ -1166,6 +1167,8 @@ __docker_service_subcommand() {
1166
1167
$opts_help \
1167
1168
$opts_create_update \
1168
1169
" ($help )--arg=[Service command args]:arguments: _normal" \
1170
+ " ($help )*--container-label-add=[Add or update container labels]:label: " \
1171
+ " ($help )*--container-label-rm=[Remove a container label by its key]:label: " \
1169
1172
" ($help )--image=[Service image tag]:image:__docker_repositories" \
1170
1173
" ($help -)1:service:__docker_complete_services" && ret=0
1171
1174
;;
You can’t perform that action at this time.
0 commit comments