Top "Docker-registry" questions

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

How do I download Docker images without using the pull command?

Is there a way I can download a Docker image/container using, for example, Firefox and not using the built-in …

docker docker-registry
How to get remote access to a private docker-registry?

I'm trying to setup a private docker registry using the image taken from: https://github.com/docker/docker-registry Just by …

docker remote-access docker-registry
How to authenticate for docker push?

Hi i'm trying docker push [docker-simple-httpserver]# docker push myregistry/simplehttpserver:latest The push refers to a repository [myregistry/simplehttpserver] (len: 1) …

docker docker-registry
ERROR: In file './docker-compose.yml', service 'volumes' must be a mapping not an array

My docker-compose.yml looks like the below and I am trying to follow the compose file from the docker registry …

docker docker-compose docker-registry
Where can I find the sha256 code of a docker image?

I´d like to pull the images of centos, tomcat, ... using their sha256 code, like in docker pull myimage@sha256:0…

docker docker-registry
Docker public registry push fails: Repository does not exist

I'm trying to push my docker image up into the public docker registry: $ docker login Username (binarybana): WARNING: login credentials …

docker docker-registry
Can not pull/push images after update docker to 1.12

The private registry was worked well based on docker 1.10.3,but I can not pull/push images after the docker updated …

docker registry docker-registry
Docker Registry 2.0 - how to delete unused images?

We updated our private docker registry to the official Registry 2.0. This version can now delete docker images identified by a …

docker docker-registry
Why am I getting an ErrImagePull error in this Kubernetes deployment?

I'm trying to create a local Kubernetes deployment using Minikube, Docker Registry, and a demo node project. The first thing …

docker kubernetes docker-registry