Were you able to use docker service create using the ubuntu image?
I would like to replicate like “docker run -dit ubuntu”
Hi,
Say docker container run -dit ubuntu
This works fine. However by using docker swarm docker service create --replicas=2 ubuntu
it doesn’t work? Are you able to replicate this? Many Thanks
Ok, I modified my custom image. All good now. Thanks for responding.