Skip to content

Commit

Permalink
Small manpage reword
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <[email protected]>

Closes: #533
Approved by: baude
  • Loading branch information
mheon authored and rh-atomic-bot committed Mar 23, 2018
1 parent 5fc5b4e commit c1ff034
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/podman-run.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**=[]
Expand Down

0 comments on commit c1ff034

Please sign in to comment.