docker service create --name web --replicas 3 -p 80:80 nginx
Category: Docker
docker service create --name web --replicas 3 -p 80:80 nginx
Create a Swarm service running 3 nginx replicas
Creates a Swarm service running 3 nginx containers distributed across the cluster.