mirror of https://github.com/docker/cli.git
Merge pull request #1686 from thaJeztah/max_replicas_completion
Bash completion: add '--replicas-max-per-node'
This commit is contained in:
commit
3ddb3133f5
|
@ -3632,6 +3632,7 @@ _docker_service_update_and_create() {
|
|||
--log-driver
|
||||
--log-opt
|
||||
--replicas
|
||||
--replicas-max-per-node
|
||||
--reserve-cpu
|
||||
--reserve-memory
|
||||
--restart-condition
|
||||
|
|
Loading…
Reference in New Issue