Skip to content

fandoghpaas/fandogh-docker-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fandogh Docker Registry

This is a simple docker registry stack with basic authentication and dashboard

How to run project

docker-compose up

registry dashboard is accessible on port 8181 by default.

open localhost:8181

registry address to push docker images is available on port 5000.

docker tag hello-world localhost:5000/hello-world
docker push localhost:5000/hello-world

About

Docker registry component POC for fandogh PaaS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages