Changes

Jump to navigation Jump to search
23 bytes added ,  21:55, 22 March 2023
no edit summary
|author =
|maintainer = Madmaurice
|url = httpshttp://10.0.0.1:9000
|location =
|authentication=LDAP
|server = stratholme
}}
== How to use ==
Just login with your LDAP credentials via httpshttp://10.0.0.1:9000/, which is only reachable through the VPN.
== Get access to containers / Become admin ==
# Create a named volume portainer_data for persistent configuration
#: <code>docker volume create portainer_datayportainer_data</code>
# Start Portainer instance with docker.sock to be able to control Docker on the host where Portainer is running on. Add certs as a volume as well as the flags ssl, sslcert and sslkey for ssl support.
#: <code>docker run -d -p 9000:9000 -p 8000:8000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data -v /etc/ssl/private:/certs portainer/portainer --ssl --sslcert /certs/cert.pem --sslkey /cert/cert.key</code>

Navigation menu