Update Docker GUI Managers/Dockhand/README.md
This commit is contained in:
@@ -5,7 +5,7 @@ Must have Docker installed: https://wiki.gabesville.com/books/docker/page/instal
|
|||||||
Run the docker command to install and run Portainer:
|
Run the docker command to install and run Portainer:
|
||||||
sudo docker run -d -p 3000:3000 --name dockhand --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /srv/docker/dockhand/dockhand_data:/app/data fnsys/dockhand:latest
|
sudo docker run -d -p 3000:3000 --name dockhand --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /srv/docker/dockhand/dockhand_data:/app/data fnsys/dockhand:latest
|
||||||
|
|
||||||
Go to https://IPADDRESS:3000 to access
|
Go to http://IPADDRESS:3000 to access
|
||||||
|
|
||||||
If firewall(UFW) is enabled you may need to allow port 3000 (test first before creating the rule)
|
If firewall(UFW) is enabled you may need to allow port 3000 (test first before creating the rule)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user