Skip to content

Commit 7fe35ee

Browse files
committed
Clarify wording
1 parent 1a6cd7e commit 7fe35ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/misc/read-only.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Our images use s6 as a supervisor and that needs to be able to write its service
3737
* Custom Scripts will be limited in their functionality
3838
* Any application that requires writing to its working directory will be unable to run read-only
3939

40-
For all of these reasons, we *do not* advise switching existing container instances to be Read-Only without careful testing.
40+
For all of these reasons, we recommend you *do not* switch existing container instances to run Read-Only without careful testing.
4141

4242
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:
4343

0 commit comments

Comments
 (0)