101251/how-to-disable-docker-swarm-mode
Hi Guys,
I have enabled the docker swarm for local testing. Now I want to disable the swarm mode on the cluster. How to do that?
Hi@akhtar,
You can use the docker swarm leave command in your worker node to leave from the swarm. But if you want to leave from the manager node, then you need to use the below command.
$ docker swarm leave --force
The solution you could build for Digital ...READ MORE
Yess, you can. you must download/install the ...READ MORE
You can do this from command prompt ...READ MORE
If you want to completely disable the ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
Swarm is easy handling while kn8 is ...READ MORE
Hi@akhtar, You need to initialize one node with ...READ MORE
Hi@akhtar, You will get one token when you ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.