portainer – Web based UI for Docker

Portainer is a web based UI for managing docker.

https://portainer.io

You can run it with command

docker volume create portainer_data
docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce

Now login to portainer with url

Advertisement

http://YOUR_SERVER_IP:9000

Portainer  Docker Control Panel

docker

Add a comment

Leave a Reply

Your email address will not be published. Required fields are marked *

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Advertisement