Replies: 1 comment
-
|
duplicate of 4567 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently in CLI on the docker swarm manager I am performing:
docker service create --mode replicated --replicas 200 --replicas-max-per-node 4 --name <name> <insert registry>There is no way of specifying in the UI maximum replicas per node.
My workaround this issue is to create the service in the UI, then execute in CLI
docker service update --replicas-max-per-node 2 <name>I would like to be able to do all that in one step from the UI instead of logging into the manager to do it
Beta Was this translation helpful? Give feedback.
All reactions