Add Docker GUI Managers/Dokemon/README.md

This commit is contained in:
2025-09-30 23:28:57 +00:00
parent 84ad9a38f6
commit 0b56ac14fe
+17
View File
@@ -0,0 +1,17 @@
Source: https://github.com/productiveops/dokemon
I no longer recommend Dokemon. It is fine, but after learning Portainer, Portainer is much better. I agree that there is more of a learning curve to Portainer, so I think Dockge is even easier to learn and use than Dokemon.
Must have Docker installed: https://wiki.gabesville.com/books/docker/page/install-docker
Run the following commands:\
sudo mkdir /home/$USER/Docker Volumes && \\
sudo docker run -p 9091:9090 \\
-v /home/$USER/Docker Volumes:/data \\
-v /var/run/docker.sock:/var/run/docker.sock \\
--restart unless-stopped \\
--name dokemon -d productiveops/dokemon:latest
Go to http://IPADDRESS:9091 to access
If firewall(UFW) is configured/enabled you will need to allow port 9091