This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| portainer [2018/02/21 08:25] – created admin | portainer [2018/02/21 13:04] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Portainer ====== | ====== Portainer ====== | ||
| + | Web interface to manage your docker containers | ||
| + | |||
| + | https:// | ||
| + | |||
| + | ===== Install/run Portainer ===== | ||
| + | |||
| + | <code bash> | ||
| + | docker run --restart always -d -p 9191:9000 -v / | ||
| + | </ | ||
| + | |||
| + | After the setup you'll be prompted to set a username and password. | ||
| + | |||
| + | ===== Settings ===== | ||
| + | |||
| + | Port: < | ||
| + | Storage path: < | ||
| + | Start container automatically: | ||