Decent GUI for Swarm Mode?

Hi All :slight_smile:

After a recent move to docker Swarm Mode I am looking for a decent GUI for it.
Can you propose something? Until now I saw Shipyard and Portainer in action but do not have any experience with them in regard to Swarm Mode.

Thanks for all info.

BR,
Rafal.

1 Like

Hi ! Portainer allows you to manage your Docker Swarm services when connected to a cluster using Swarm mode. If you need more information, you can ask me :slight_smile:
Cheers

1 Like

We just started using Portainer as a Docker swarm GUI, works very well.
Very easy to get started, just run:

$ docker service create
–name portainer
–publish 9000:9000
–constraint ‘node.role == manager’
–mount type=bind,src=/var/run/docker.sock,dst=/var/run/docker.sock
portainer/portainer
-H unix:///var/run/docker.sock

BR,
Runar.

1 Like

Hi!

You can try shipyard-project.com or portainer.io

If you need help, ask me.

Renan Pitz.

1 Like

Hello Rafal,

we have created our own docker swarm management UI while working on a large banking project and because we were lacking several features in the current options. Hence there is a new open source project and we would love to get feedback on it, so if you could test it and share your thoughts on it, we would be very happy!

swarmpit provides everal handful stuff such service validation, autoredeploy and stack that are currently in progress.

If you want to chat directly with us, meet us on github or gitter https://gitter.im/swarmpit_io/swarmpit

have a great day,

jan

2 Likes

Hi deviantony,

I want to know how to access the web page for portainer through https?

Regards,

Amit

Hi, have a look at https://portainer.readthedocs.io/en/stable/deployment.html#secure-portainer-using-ssl