Skip to content

Commit 1a6cd7e

Browse files
committed
Add migration note
1 parent fe286b6 commit 1a6cd7e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/misc/read-only.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ 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.
41+
4042
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:
4143

4244
```yaml

0 commit comments

Comments
 (0)