62927/trying-create-service-multiple-nodes-and-getting-such-image
This might be because the manager/master node does not share the local images with other nodes automatically. In order to achieve this, you must use a registry accessible from all the nodes of your cluster. But for this you do not have to use an external common remote repo, you could probably use a private registry image to create a service on the swarm accessible to all the nodes like this :
docker service create --name registry --publish 4000:4000 registry:2
This will ensure that all the nodes will be able to connect to the registry on “localhost:5000” and pull the image they need to run the containers of your service.
This happens when the Jenkins user is ...READ MORE
if your nodes could access each other, ...READ MORE
This could be because your docker image ...READ MORE
Hey @Nisha, you could write a dockerfile ...READ MORE
Look for what all images you have ...READ MORE
Yes you can create a custom docker ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
To solve this problem, I followed advice ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.