mirror of
https://github.com/containers/podman.git
synced 2025-07-01 00:01:02 +08:00
Small manpage reword
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #533 Approved by: baude
This commit is contained in:
@ -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
|
all image dependencies, from the repository in the same way running **podman
|
||||||
pull** IMAGE, before it starts the container from that image.
|
pull** IMAGE, before it starts the container from that image.
|
||||||
|
|
||||||
Several files will be automatically created within the container when it is run.
|
Several files will be automatically created within the container. These include
|
||||||
These include `/etc/hosts`, `/etc/hostname`, and `/etc/resolv.conf` to manage
|
`/etc/hosts`, `/etc/hostname`, and `/etc/resolv.conf` to manage networking.
|
||||||
networking. These will be based on the host's version of the files, though they
|
These will be based on the host's version of the files, though they can be
|
||||||
can be customized with options (for example, **--dns** will override the host's
|
customized with options (for example, **--dns** will override the host's DNS
|
||||||
DNS servers in the created `resolv.conf`). Additionally, an empty file is
|
servers in the created `resolv.conf`). Additionally, an empty file is created in
|
||||||
created in each container to indicate to programs they are running in a
|
each container to indicate to programs they are running in a container. This file
|
||||||
container. This file is located at `/run/.containerenv`.
|
is located at `/run/.containerenv`.
|
||||||
|
|
||||||
## OPTIONS
|
## OPTIONS
|
||||||
**--add-host**=[]
|
**--add-host**=[]
|
||||||
|
Reference in New Issue
Block a user