Clarify wording

pull/229/head
thespad 2024-07-08 17:25:10 +01:00
rodzic 87d63c5d8f
commit 72892de738
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 08F06191F4587860
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -37,7 +37,7 @@ Our images use s6 as a supervisor and that needs to be able to write its service
* Custom Scripts will be limited in their functionality
* Any application that requires writing to its working directory will be unable to run read-only
For all of these reasons, we *do not* advise switching existing container instances to be Read-Only without careful testing.
For all of these reasons, we recommend you *do not* switch existing container instances to run Read-Only without careful testing.
In addition, in order to successfully run read-only, you must also mount `/run` to tmpfs with the `exec` flag set. This can be achieved with either `--tmpfs /run:exec` or: