Hey, I'm writing an Ansible script to automatically deploy some Gitlab runners. The thing is, we use a private registry that's not available from outside. However, so far, when the runner pulls an image, it tries with the default docker url (https://registry-1.docker.io/v2/). I need to override this URL, or at least adding a mirror to ..
Author : u Jaeger767
So I have four servers that run an instance of a Docker image on each of them. I have been asked to deploy a Memcache image, link it to the instances by adding it inside the docker-compose.yml file, and to make sure that the Memcache container does not accept connections from outside. Basically, my docker-compose.yml ..