Top "Docker-registry" questions

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

Docker push - net/http: TLS handshake timeout

I've deployed a private docker image registry on an AWS EC2 Ubuntu 14.04 instance. The registry is secured using Let's Encrypt …

docker docker-registry dockerhub
What is the docker registry v2 API endpoint to get the digest for an image?

According to https://docs.docker.com/registry/spec/api/ I can call /v2/<name>/tags/list to get …

docker docker-registry
remove docker repository on remote docker registry

Given a docker registry managing multiple docker repositories, how do I delete one of the repositores? In my case, $ curl …

docker docker-registry
Searching the Google Container Registry

I've been setting up my kubernetes cluster and I have been using the Google Container Registry for storing images. As …

docker docker-registry google-kubernetes-engine google-container-registry
How to delete image from Azure Container Registry

Is there a way to delete specific tags only? I only found a way to delete the whole registry using …

azure docker-registry azure-container-registry
how to tag image in docker registry v2

We have logic in our CI-CD that tags (via REST) staging image to latest (if tests are successful). This worked …

docker docker-registry
New to docker, is it possible to protect my source code and add permissions?

I am interested in using Docker to host a project I am helping develop in work. However I have a …

docker user-permissions docker-registry
How to find the creation date of an image in a (private) Docker registry (API v2)?

I would like to find out the latest timestamp for an image in a private Docker registry using the v2 …

docker docker-registry
How are Docker image names parsed?

When doing a docker push or when pulling an image, how does Docker determine if there is a registry server …

docker docker-registry
How to setup docker to use cache from registry on every build step

I have two servers with docker and one server with my private registry. I built Dockerfile on the first machine; …

caching docker docker-registry