diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-09 19:28:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-09 19:28:42 +0000 |
commit | 6d887bdc0188f08cd9b76c4a3d0531b1ab4a85b8 (patch) | |
tree | 537464efb647560c81a4f65eb6285427fbd63e85 /docs/source/markdown/options/read-only.md | |
parent | a2869c327eca50badc04e6f898f562e0560127f5 (diff) | |
parent | d7f134d687459834e1b9c805fe30bf40b2df767a (diff) | |
download | podman-6d887bdc0188f08cd9b76c4a3d0531b1ab4a85b8.tar.gz podman-6d887bdc0188f08cd9b76c4a3d0531b1ab4a85b8.tar.bz2 podman-6d887bdc0188f08cd9b76c4a3d0531b1ab4a85b8.zip |
Merge pull request #15250 from edsantiago/docs_dedup_phase2
Refactor common man page options, phase 2
Diffstat (limited to 'docs/source/markdown/options/read-only.md')
-rw-r--r-- | docs/source/markdown/options/read-only.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/markdown/options/read-only.md b/docs/source/markdown/options/read-only.md new file mode 100644 index 000000000..ae5244a22 --- /dev/null +++ b/docs/source/markdown/options/read-only.md @@ -0,0 +1,7 @@ +#### **--read-only** + +Mount the container's root filesystem as read-only. + +By default a container will have its root filesystem writable allowing processes +to write files anywhere. By specifying the **--read-only** flag, the container will have +its root filesystem mounted as read-only prohibiting any writes. |