You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
fedy95 5d4654e9b2 update-deploy 4 years ago
etc/docker/registry cleanup 4 years ago
var/lib init-repo 5 years ago
.drone.yml mv-instance 4 years ago
.editorconfig cleanup 4 years ago
LICENSE update-deploy 4 years ago
Makefile update-deploy 4 years ago
README.md update-deploy 4 years ago
docker-compose.yml cleanup 4 years ago

README.md

docker_registry Build Status


How to use

docker login registry.fedy95.com -u{USER} -p{PASSWORD}

docker pull ubuntu:latest
docker tag ubuntu:latest registry.fedy95.com/image-name
docker push registry.fedy95.com/image-name
docker pull registry.fedy95.com/image-name

docker logout registry.fedy95.com