When I start the docker service, create -mode global foo myrepo / foo-img: 0.1, it works in that it starts the service, but if foo-img: 0.1 does not exist on the node in the swarm, that node emits the following error:
<containerid> \_ foo myrepo/foo:0.1 <snip> "No such image: myrepo/foo-img:0.1"
If I pulled myrepo / foo-img: 0.1 onto each node, then it works fine.
Is there a workaround for this other than pulling an image on each node in the swarm?
source share