Top "Docker-registry" questions

Docker Registry is a service which you can push Docker images to for storage and sharing.

kubernetes cannot pull local image

I am using kubernetes on a single machine for testing, I have built a custom image from the nginx docker …

docker kubernetes docker-registry
How do I deploy updated Docker images to Amazon ECS tasks?

What is the right approach to make my Amazon ECS tasks update their Docker images, once said images have been …

docker docker-registry amazon-ecs
An image does not exist locally with the tag: while pushing image to local registry

I am trying to push an image to a local registry running in minikube but get the below error: Successfully …

docker push local docker-registry minikube
Docker private registry with mirror

I created two Docker containers. The first one provides a private Docker registry and the second one is a mirror …

docker docker-registry
Use private docker registry with Authentication in Jenkinsfile

How can I teach my Jenkisfile to login via basic auth in this setup? I'm using a custom docker image …

docker jenkins jenkins-pipeline docker-registry
Docker not able to pull images behind proxy TLS handshake timeout

I have latest Docker version 18.06.0 installed on CentOS 7. My server is in a corporate network so using a proxy server …

docker ssl proxy docker-registry docker-pull
Docker registry 2.0 API v2

I pulled and setup the local docker registry:2.0 I have tried pushing an image successfully, but when ever I try …

search curl docker http-status-code-404 docker-registry
docker login fails on a server with no X11 installed

I am trying to deploy a docker configuration with images on a private docker registry. Now, every time I execute …

docker docker-registry ubuntu-server
Any API or Web UI project to manage a Docker private registry?

I can't find how to manage images in a private registry. I can push or pull an image because i …

docker docker-registry
docker push error "denied: requested access to the resource is denied"

This error occurs when trying to push an image to the public repository on Docker Hub. There have been no …

docker docker-registry dockerhub