mirror of
https://github.com/containers/podman.git
synced 2025-05-29 14:06:29 +08:00

Continued. Harder-to-review ones this time. Signed-off-by: Ed Santiago <santiago@redhat.com>
7 lines
222 B
Markdown
7 lines
222 B
Markdown
#### **--add-host**=*host:ip*
|
|
|
|
Add a custom host-to-IP mapping (host:ip)
|
|
|
|
Add a line to /etc/hosts. The format is hostname:ip. The **--add-host**
|
|
option can be set multiple times. Conflicts with the **--no-hosts** option.
|