You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/misc/read-only.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ Our images use s6 as a supervisor and that needs to be able to write its service
37
37
* Custom Scripts will be limited in their functionality
38
38
* Any application that requires writing to its working directory will be unable to run read-only
39
39
40
+
For all of these reasons, we *do not* advise switching existing container instances to be Read-Only without careful testing.
41
+
40
42
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:
0 commit comments