Install Portainer

Install Portainer

docker run -d --name=portainer \
-p 8000:8000 \
-p 9000:9000 \
-v /volume1/docker/docker.sock:/var/run/docker.sock \
-v /volume1/docker/Portainer:/data \
--restart=always \
portainer/portainer-ce

Portainer is an open source container management tool that eliminates the need to write code. Portainer provides a graphical user interface for everything that can be done via a Docker command line.

Portainer can also be password protected and multiple users and/or roles can be distributed.

Portainer Community Edition Documentation

Leave a Reply

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


This site uses Akismet to reduce spam. Learn how your comment data is processed.