Update README.md

This commit is contained in:
2026-02-20 15:51:29 -05:00
parent 7281ca877c
commit 88563324b2

View File

@@ -1,3 +1,14 @@
# Portainer # Portainer
stack and container yaml configs 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