Files
Portainer/README.md
2026-02-20 15:51:29 -05:00

15 lines
311 B
Markdown

# Portainer
stack and container yaml configs
docker run for portainer agent here:
docker run -d \
-p 9001:9001 \
--name portainer_agent \
--restart=always \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /var/lib/docker/volumes:/var/lib/docker/volumes \
-v /:/host \
portainer/agent:latest