User Tools

Site Tools


portainer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
portainer [2018/02/21 09:25] – created adminportainer [2018/02/21 14:04] (current) admin
Line 1: Line 1:
 ====== Portainer ====== ====== Portainer ======
  
 +Web interface to manage your docker containers
 +
 +https://portainer.io/install.html
 +
 +===== Install/run Portainer =====
 +
 +<code bash>
 +docker run --restart always -d -p 9191:9000 -v /var/run/docker.sock:/var/run/docker.sock -v /var/www/docker.knallimall.org/web/portainer_data:/data portainer/portainer
 +</code>
 +
 +After the setup you'll be prompted to set a username and password.
 +
 +===== Settings =====
 +
 +Port: <code>PORT_YOU_WANT_TO_USE_ON_YOUR_HOST:9000</code>
 +Storage path: <code>/path/to/portainer/data/folder/:/data</code>
 +Start container automatically: <code>--restart always</code>
portainer.1519201553.txt.gz · Last modified: 2018/02/21 09:25 by admin