docker-registry-ui/examples/pr-219
Joxit 29c17b1baa
docs: add documentation + example for DEFAULT_REGISTRIES and READ_ONLY_REGISTRIES
2021-11-05 22:39:19 +01:00
..
README.md docs: add documentation + example for DEFAULT_REGISTRIES and READ_ONLY_REGISTRIES 2021-11-05 22:39:19 +01:00
docker-compose.yml docs: add documentation + example for DEFAULT_REGISTRIES and READ_ONLY_REGISTRIES 2021-11-05 22:39:19 +01:00

README.md

Example for pull request #219

Basic usage for DEFAULT_REGISTRIES and READ_ONLY_REGISTRIES.

Behaviors:

  • DEFAULT_REGISTRIES:
    • will set the list of registries in the localstorage when the localstorage is empty.
    • will overwrite the list of registries every time when READ_ONLY_REGISTRIES=true
  • READ_ONLY_REGISTRIES:
    • will remove dialog for Add and Remove registries

These options works only when SINGLE_REGISTRY=false

See #219