Files
chart/library/ix-dev/community/distribution/app-readme.md
Stavros Kois a025fd6f83 Add distribution to community train (#1638)
* Add `distribution` to `community` train

* add service

* initial tests

* add values

* https

* add persistence

* add htpasswd

* mount file

* secret

* fix fullname

* typo

* typo

* add questions and metadata

* remove

* format

* allow disabling fs backend

* test with ro root fs

* remove comment

* fix auth and perms

* update icon
2023-10-18 12:27:59 +03:00

9 lines
527 B
Markdown

# Distribution
[Distribution](https://github.com/distribution/distribution) is a toolkit to pack, ship, store, and deliver container content
> When application is installed, a container will be launched with **root** privileges.
> This is required in order to apply the correct permissions to the `Distribution` directories.
> Afterward, the `Distribution` container will run as a **non**-root user (Default: `568`).
> All mounted storage(s) will be `chown`ed only if the parent directory does not match the configured user.