Skip to content

elcweb/docker-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Private Docker Registry

This repository is a for testing private docker registry

Require docker and docker-compose

Default port is 5000

To start it:

docker-compose up -d

To test it

docker login http://localhost:5000
# default user:password test:test
docker pull ubuntu
docker tag ubuntu localhost:5000/ubuntu
docker push localhost:5000/ubuntu

... then pull it back from your registry:

docker pull localhost:5000/ubuntu

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors