docker-registry-ui/examples/issue-75
Joxit 1c88ad57f8
build: release 2.0.0 🚀
2021-04-28 23:54:03 +02:00
..
registry-config build: release 1.5.0 supports for multi-arch images 2020-06-21 23:39:05 +02:00
README.md Update project page/README and example issue-75; rebuild project 2019-04-27 22:04:06 +02:00
docker-compose.yml build: release 2.0.0 🚀 2021-04-28 23:54:03 +02:00
s3-server-cmd Add quick exemple for issue #75 2019-04-15 20:30:50 +02:00

README.md

Example for issue #75

Run this command docker-compose up -d, then you can push your images (e.g localhost:5000/alpine).

Be careful, the docker registry is using status codes 307 for each requests, that means you must configure your s3 to accept same requests as your private registry (that means DELETE, Access-Control-Allow-Origin and others). To avoid this, we need the option storage.redirect.disable: true, with this you will use your registry credentials (if you are using it).

This s3 server allow all requests.