Probably a very basic question but I can't seem to get my head around this. So, I have a docker file, which I have built and it builds successfully and I can al
I've a K8s cluster on Linode and another VM for operating. I've installed Docker & K8s on operating VM to build images and do deployment on cluster. Note: I
I am trying to run a private repository on aws-ecs-fargate-1.4.0 platform. For private repository authentication, I have followed the docs and it was working w
Im setting up a gitlab runner in my kubernets cluster. The runner is properly deployed and running. When I trigger any pipeline, during the prepare stage it fai
I have a docker image, call it dockerimage/test. Every time I update it, I increment a tag, so dockerimage/test:1, dockerimage/test:2 and so on. When I pull an
I have configured Docker Registry using htpasswd authentication as docker service. I use a port mapping 443:5000 and it works perfectly. "docker login :443" wor
I have stacked in this phase: Have local docker insecure registry and some images in it, e.g. 192.168.1.161:5000/kafka:latest Have kubernetes cloud cluster, fo
This error occurs when trying to push an image to the public repository on Docker Hub. There have been no issues with other registries I have tried. I have lo
My docker-compose.yml looks like the below and I am trying to follow the compose file from the docker registry documentation here. When i run docker-compose up
When doing a docker push or when pulling an image, how does Docker determine if there is a registry server in the image name or if it is a path/username on the
I'm using docker registry v1 and I'm interested in migrating to the newer version, v2. But I need some way to get a list of images present on registry; for exam
I am working in a closed environment, and I need to login to a private Nexus3 registry. I have setup the daemon.json with the insecure-registries option. I ca