moby/docs/sources/reference
Michael Crosby 409407091a Add --readonly for read only container rootfs
Add a --readonly flag to allow the container's root filesystem to be
mounted as readonly.  This can be used in combination with volumes to
force a container's process to only write to locations that will be
persisted.  This is useful in many cases where the admin controls where
they would like developers to write files and error on any other
locations.

Closes #7923
Closes #8752

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-01-14 15:41:31 -08:00
..
api Add --readonly for read only container rootfs 2015-01-14 15:41:31 -08:00
commandline Add --readonly for read only container rootfs 2015-01-14 15:41:31 -08:00
builder.md Specify ENV variables are also used for CMD. 2015-01-07 10:07:44 -08:00
run.md Allow the container to share the PID namespace with the host 2015-01-13 16:35:17 -08:00