Are you able to run docker service create using ubuntu:latest image? or the like?

Were you able to use docker service create using the ubuntu image?
I would like to replicate like “docker run -dit ubuntu”

Hi @echanobe

Could you please elaborate a bit more on this?

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.