Replies: 1 comment
-
there needs to be https://docs.docker.com/reference/cli/docker/service/create/#with-registry-auth |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was registered my registery and deployed app on the swarm manager without any probleme, but when i try to deploy on my worker there is some issue.
when i do "docker service ps myservice"
8sr4x0o062v529g6uja9tzd2w _ myservice-eq2ebo.4 registry.gitlab.custom.com/myservice/front-end/tools-frontend:latest ip-xx-xx-xx-xx.eu-west-3.compute.internal Shutdown Rejected 20 seconds ago "No such image: registry.gitlab.custom.com/myservice/front-end/tools-frontend:latest"
when i launch a shell inside my node and try a docker pull i have "denied: access forbidden". How can i configure my registry on my differents nodes?
Beta Was this translation helpful? Give feedback.
All reactions