Hello World

Be Happy!

docker swarm UI portainer


docker service create \
–name portainer \
–publish 9000:9000 \
–constraint ‘node.role == manager’ \
–mount type=bind,src=/var/run/docker.sock,dst=/var/run/docker.sock \
portainer/portainer \
-H unix:///var/run/docker.sock
#portainer (2) #swarm (1) #docker (30)
List