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.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.