mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-05-07 03:26:33 +00:00
390 B
390 B
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).
This s3 server allow all requests.