Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
guides:bookstack [2025/05/27 15:09] – wgp | guides:bookstack [2025/05/28 09:04] (current) – wgp |
---|
sudo docker run hello-world | sudo docker run hello-world |
</code> | </code> |
- 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> | - 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.1748358540.txt.gz · Last modified: 2025/05/27 15:09 by wgp