docker-archive / classicswarm

Swarm Classic: a container clustering system. Not to be confused with Docker Swarm which is at https://github.com/docker/swarmkit
Apache License 2.0
5.75k stars 1.08k forks source link

Docker swarm update accepts no arguments #2871

Closed MartinMajewski closed 4 years ago

MartinMajewski commented 6 years ago

I experience an odd behavior. Running

docker swarm update --autolock false

results in

"docker swarm update\" accepts no argument(s).
See 'docker swarm update --help'.

Usage:  docker swarm update [OPTIONS]

Update the swarm

However, running

docker swarm update --autolock

works. But where is the reason to run it without a true/false value?

I'm on Docker EE 17.06.2-ee-13

sdan commented 4 years ago

Also noticed this -- pretty odd behavior / syntax.

Well, seems like its time to get on board with k8s.