- Official Post
Attention: The video is still in german
External Content
youtu.be
Content embedded from external sources will not be displayed without your consent.
Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.
Bash
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.