Merge pull request #24667 from sdurrheimer/zsh-completion-docker-service-create-update-registry-auth
Add zsh completion for 'docker service {create,update} --registry-auth'
This commit is contained in:
commit
2a888c02a6
1 changed files with 1 additions and 0 deletions
|
@ -1076,6 +1076,7 @@ __docker_service_subcommand() {
|
|||
"($help)--name=[Service name]:name: "
|
||||
"($help)*--network=[Network attachments]:network: "
|
||||
"($help)*"{-p=,--publish=}"[Publish a port as a node port]:port: "
|
||||
"($help)--registry-auth[Send registry authentication details to Swarm agents]"
|
||||
"($help)--replicas=[Number of tasks]:replicas: "
|
||||
"($help)--reserve-cpu=[Reserve CPUs]:value: "
|
||||
"($help)--reserve-memory=[Reserve Memory]:value: "
|
||||
|
|
Loading…
Add table
Reference in a new issue