portainer

This commit is contained in:
G.J.C. Strikwerda 2018-03-22 20:35:55 +01:00
parent 3a5c6a4708
commit 259f25a2ad
1 changed files with 9 additions and 0 deletions

9
portainer Normal file
View File

@ -0,0 +1,9 @@
Portainer is a nice gui/browser tool to manage your docker images/containers
create /opt/portainer/ direcory:
# mkdir /opt/portainer/
run portainer as a docker:
# docker run -d -p 9000:9000 --restart always -v /var/run/docker.sock:/var/run/docker.sock -v /opt/portainer:/data portainer/portainer