Skip to content

paluigi/docker-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Registry with UI

Creates a local Docker registry bound to port 5001 on localhost
No authentication
GUI by joxit

Usage:
docker-compose -f simple.yml up -d

After that, if you want to create your local Python 3.9.10 image:

docker pull python:3.9.10-slim-buster  
docker tag python:3.9.10-slim-buster localhost:5001/python:3.9.10-slim-buster  
docker push localhost:5001/python:3.9.10-slim-buster

References:

  • Joxit examples link
  • Docker Registry documentation link

Soon to be published as tutorial at RandomDS blog

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published