summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-03-23 10:19:51 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-03-23 15:22:01 +0000
commitc1ff034a6c84344c4430b1911a5c83604a33fa0f (patch)
tree4daed07439650bcbda4250e62a011ec7b6ca6310 /docs
parent5fc5b4eacb924a597611fe44dcb8e79a7f0b59ac (diff)
downloadpodman-c1ff034a6c84344c4430b1911a5c83604a33fa0f.tar.gz
podman-c1ff034a6c84344c4430b1911a5c83604a33fa0f.tar.bz2
podman-c1ff034a6c84344c4430b1911a5c83604a33fa0f.zip
Small manpage reword
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #533 Approved by: baude
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-run.1.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index c1183e910..00085950b 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -21,13 +21,13 @@ If the IMAGE is not already loaded then **podman run** will pull the IMAGE, and
all image dependencies, from the repository in the same way running **podman
pull** IMAGE, before it starts the container from that image.
-Several files will be automatically created within the container when it is run.
-These include `/etc/hosts`, `/etc/hostname`, and `/etc/resolv.conf` to manage
-networking. These will be based on the host's version of the files, though they
-can be customized with options (for example, **--dns** will override the host's
-DNS servers in the created `resolv.conf`). Additionally, an empty file is
-created in each container to indicate to programs they are running in a
-container. This file is located at `/run/.containerenv`.
+Several files will be automatically created within the container. These include
+`/etc/hosts`, `/etc/hostname`, and `/etc/resolv.conf` to manage networking.
+These will be based on the host's version of the files, though they can be
+customized with options (for example, **--dns** will override the host's DNS
+servers in the created `resolv.conf`). Additionally, an empty file is created in
+each container to indicate to programs they are running in a container. This file
+is located at `/run/.containerenv`.
## OPTIONS
**--add-host**=[]