Docker Swarm Commands
April 5, 2021 | ClusterFollow instructions on Docker for setting up Swarm and Portainer (easy)...
In Docker Swarm containers run in "services". Create a service:
docker service create --name redis --replicas=5 redis:3.0.6
Docker "ls" to list services: