Portainer is a lightweight visual Docker management tool.
98
Portainer is a lightweight visual Docker management tool that provides centralized management and operation of Docker containers, images, networks, and data volumes through a web interface.
usage:
docker run -itd -p $host_port:9000 --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v $host_path:/data --name $container simen39/portainer:$tag
example:
docker run -itd -p 9000:9000 --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /opt/portainer/data:/data --name portainer simen39/portainer:20250219
You can access the web page via http://$server_ip:$port.
Content type
Image
Digest
sha256:b7f2fca55…
Size
97.2 MB
Last updated
over 1 year ago
docker pull simen39/portainer:20250219