Top "Docker-registry" questions

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

How to get a list of images on docker registry v2

I'm using docker registry v1 and I'm interested in migrating to the newer version, v2. But I need some way …

docker docker-registry
How to push a docker image to a private repository

I have a docker image tagged as me/my-image, and I have a private repo on the dockerhub named me-private. …

docker docker-registry
How to delete images from a private docker registry?

I run a private docker registry, and I want to delete all images but the latest from a repository. I …

docker docker-registry
Add Insecure Registry to Docker

I have a docker 1.12 running on CentOS. I am trying to add insecure registry to it and things mentioned in …

docker docker-registry
How to change the default docker registry from docker.io to my private registry?

By default, if I issue command: sudo docker pull ruby:2.2.1 it will pull from the docker.io offical site by …

docker docker-registry
How to search images from private 1.0 registry in docker?

I made a private registry,curl xx.xx.xx.xx:5000 is ok. I push an image into docker private registry …

docker docker-registry
How to copy file from host to container using Dockerfile

I have written a Dockerfile which looks like this FROM ubuntu:12.04 RUN apt-get update RUN apt-get install -y wget Now …

docker boot2docker dockerfile docker-registry
How to pass arguments to a Dockerfile?

I am using RUN instruction within a Dockerfile to install a rpm RUN yum -y install samplerpm-2.3 However, I want …

docker dockerfile docker-compose docker-registry dockerhub
How to move Docker containers between different hosts?

I cannot find a way of moving docker running containers from one host to another. Is there any way I …

docker containers docker-registry
How to share my Docker-Image without using the Docker-Hub?

I'm wondering where Docker's images are exactly stored to in my local host machine. Can I share my Docker-Image without …

docker docker-registry