- For installing [[https://www.portainer.io/|Portainer]] to have a GUI to manage Docker containers, run this to deploy it as a Docker container: <code> sudo docker run -d -p 9000:9000 --restart always -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer-ce:latest </code> With this, you will access Portainer by typing the-IP-address-of-your-device:9000 on your browser's URL bar. At your first login it will ask you to create an admin account. Then you will see a page where the environments are listed, and you should be able to see your local environment where you Docker containers reside, or will reside.
- For installing [[https://www.portainer.io/|Portainer]] to have a GUI to manage Docker containers, run this to deploy it as a Docker container: <code> sudo docker run -d -p 9000:9000 --restart always -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer-ce:latest </code> With this, you will access Portainer by typing the-IP-address-of-your-device:9000 on your browser's URL bar. At your first login it will ask you to create an admin account. Then you will see a page where the environments are listed, and you should be able to see your local environment where you Docker containers reside, or will reside.
-
-
+
- FIXME
-
-
+
guides/bookstack.1748359022.txt.gz · Last modified: by wgp