Portainer
 
Notifications
Clear all

Portainer

1 Posts
1 Users
0 Reactions
36 Views
Frank Schroeder
(@iseetwizard)
Estimable Member Admin
Joined: 5 years ago
Posts: 64
Topic starter  

Attention: The video is still in german

 

 

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.

 

Used Links

Portainer Community Edition Documentation

 


   
Quote