User Tools

Site Tools


portainer

This is an old revision of the document!


Portainer

The comfortable gui to work with docker.

howto easy install:

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-ce:2.11.1
docker ps

portainer running on webinterface https://intelnuc:9443

portainer.1645658309.txt.gz ยท Last modified: 2022/02/24 00:18 by illu