Merge pull request #187 from linuxserver/support-rootpuid

Add weird exceptions
pull/183/head
Adam 2024-02-13 21:38:09 +00:00 zatwierdzone przez GitHub
commit e4d21dcc3b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -59,7 +59,14 @@ The following configurations are entirely unsupported and you are unlikely to be
* Use of a custom `init` for Docker
* Overriding container entrypoints
## Weird Exceptions
The following configurations don't fit nicely into any single category because "it depends". They're not formally supported but we may provide reasonable endeavours support in some cases.
* Running our containers with a root (`0`) PUID or PGID
## Change History
* 2024-02-13 - Add Weird Exceptions section
* 2024-02-05 - Add ipvlan/macvlan networks
* 2023-10-03 - Initial release