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

http://YOUR_SERVER_IP:9000

Portainer  Docker Control Panel

docker

Need help with Linux Server or WordPress? We can help!

Leave a Reply

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