diff --git a/installs_on_host/portainer.md b/installs_on_host/portainer.md new file mode 100644 index 0000000..9a22374 --- /dev/null +++ b/installs_on_host/portainer.md @@ -0,0 +1,15 @@ +#### Portainer + +```bash +docker volume create portainer_data +docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ee:latest +``` + +> **login :** admin +> **password :** thrive-dwelled-flanked + +https://portainer.delmar.bzh/ +https://sandy:9443/ +https://192.168.1.70:9443/ + +> **Licence key :** 2-6yKcInsUmIXoJ2Ep/Qhklg14PEkpMYuyqoUQS8ST4P840dqep0VQUaVsnTYgVVX3g+/gtpFnH8xYyGmCxyDVHA==