Merge pull request #2727 from clebergnu/podman_run_1_readonly

docs/podman-run.1.md: remove extra whitespace in --read-only
This commit is contained in:
OpenShift Merge Robot 2019-03-21 07:00:06 -07:00 committed by GitHub
commit b83d05722f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -889,7 +889,7 @@ During container image development, containers often need to write to the image
content. Installing packages into /usr, for example. In production,
applications seldom need to write to the image. Container applications write
to volumes if they need to write to file systems at all. Applications can be
made more secure by running them in read-only mode using the - -read-only switch.
made more secure by running them in read-only mode using the --read-only switch.
This protects the containers image from modification. Read only containers may
still need to write temporary data. The best way to handle this is to mount
tmpfs directories on /run and /tmp.