#docker service create with replicas docker service create --replicas <count> <image-name> <option> # example docker service create --replicas 3 alpine ping 8.8.8.8