https://github.com/lightsofapollo/docker-registry-proxy
https://github.com/lightsofapollo/docker-registry-proxy
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lightsofapollo/docker-registry-proxy
- Owner: lightsofapollo
- License: other
- Created: 2015-05-26T18:32:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-26T18:33:14.000Z (about 11 years ago)
- Last Synced: 2025-05-18T01:07:07.564Z (about 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Registry Proxy
The goal of this proxy is to simulate a docker registry behind registry
authentication (X-Registry-Auth). This makes it easy to test private
registry features without actually using a real private registry and
tagging/pushing layers to it... To test a simple registry pull all is
needed is a public image tagged with the url of the proxy:
i.e. `localhost:$PORXY_PORT/lightsofapollo/docker-registry-proxy`.
This is intended to be used and deployed as a docker image usage as a
standalone node module should be easy but not useful to me at this time.
## Hacking
Modify `server.js` run `docker build`