User Tools

Site Tools


systems:docker_main:install_portainer

Differences

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

Link to this comparison view

Next revision
Previous revision
systems:docker_main:install_portainer [2021/07/15 10:49] – created petersystems:docker_main:install_portainer [2021/07/15 11:21] (current) peter
Line 19: Line 19:
 docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce
 </code> </code>
 +
 +----
 +
 +===== Test Portainer =====
 +
 +Visit http://192.168.1.30:9000 in a browser.
 +
 +It should show a login screen where an admin user can be setup:
 +
 +  * Username:  **Admin**.
 +  * Password:  **Some secure password**.
 +  * Click **Create User**.
 +
 +<WRAP info>
 +**NOTE:**  The IP address should be whatever this is set to in the Ubuntu VM.
 +</WRAP>
 +
 +----
 +
 +===== Use Local =====
 +
 +After Logging into Portainer, select the **Local** option.
 +
 +  * Click **Connect**.
 +
  
 ---- ----
Line 25: Line 50:
  
 https://documentation.portainer.io/v2.0/deploy/ceinstalldocker/ https://documentation.portainer.io/v2.0/deploy/ceinstalldocker/
 +
systems/docker_main/install_portainer.1626346190.txt.gz · Last modified: 2021/07/15 10:49 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki