docker-registry-ui/examples/ui-as-proxy
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 Add new example for https://github.com/Joxit/docker-registry-ui/issues/26#issuecomment-415995589 2018-08-25 23:33:33 +02:00
credentials.yml build: release 2.0.0 🚀 2021-04-28 23:54:03 +02:00
populate.sh [examples] Add ui-as-proxy example 2018-07-19 21:59:07 +02:00
simple.yml build: release 2.0.0 🚀 2021-04-28 23:54:03 +02:00

README.md

Docker Registry Static as proxy example

You can set up the static user interface as proxy in several ways.

If you want to populate your registry, use populate.sh script. The interface and the docker registry will be accessible with http://localhost.

The simplest way is with simple.yml docker-compose file.

docker-compose -f simple.yml up -d
./populate.sh

You can add some credentials to access your registry wit credentials.yml docker-compose file. Credentials for this example are login: registry and password: ui using bcrypt.

docker-compose -f credentials.yml up -d
./populate.sh