Disable docker swarm mode (Docker cloud)

347 views Asked by At

How can I disable docker Swarm mode in Docker cloud? There used to be a way to do it through dashboard (toggle to switch between cluster and swarm mode) but it has disappeared overnight.

Is there a way to do it via CLI?

After

enter image description here

Before enter image description here

I've checked the docs and can't find anything relevant, there's also nothing in account settings.

3

There are 3 answers

1
yamenk On BEST ANSWER

The only possible way to disable swarm mode is to send an email to the docker cloud support. https://forums.docker.com/t/disable-swarm-mode/29336/3

0
takacsmark On

Docker is retiring cluster management on Docker Cloud today. I only see cloud registry and continuous integration services on the site, cluster management is not available any more. Swarm mode is also gone.

enter image description here

The info bar on the top of the screenshot takes you here http://success.docker.com/article/cloud-migration and here https://docs.docker.com/docker-cloud/migration/, please see the details on these pages.

1
fly2matrix On

It's mentioned in the After Image
See a toggle button before Swarm mode (left side in the image, right after DOCKER CLOUD)

enter image description here