"Updates"
This commit is contained in:
15
installs_on_host/portainer.md
Normal file
15
installs_on_host/portainer.md
Normal file
@@ -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==
|
||||
Reference in New Issue
Block a user