diff options
Diffstat (limited to 'docs/podman-run.1.md')
-rw-r--r-- | docs/podman-run.1.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index 00c78f321..c03fd7c46 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -405,6 +405,7 @@ Set the Network mode for the container: - `container:<name|id>`: reuse another container's network stack - `host`: use the podman host network stack. Note: the host mode gives the container full access to local system services such as D-bus and is therefore considered insecure. - `<network-name>|<network-id>`: connect to a user-defined network +- `ns:<path>` path to a network namespace to join **--network-alias**=[] |