diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-16 17:07:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-16 17:07:56 +0100 |
commit | 1d7176b135fab2da4800b11f91b912963aa0288b (patch) | |
tree | f7cbc5cfe8423fe6998fd51783d0db159533cbbc /docs/source | |
parent | db00ee97e950290a6bc5d669cde0cbc54bb94afe (diff) | |
parent | 45e9a6b12e74d50b8f6ab271c7800cb165f451e4 (diff) | |
download | podman-1d7176b135fab2da4800b11f91b912963aa0288b.tar.gz podman-1d7176b135fab2da4800b11f91b912963aa0288b.tar.bz2 podman-1d7176b135fab2da4800b11f91b912963aa0288b.zip |
Merge pull request #4869 from rhatdan/network
Remove c.String(net)
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 2 | ||||
-rw-r--r-- | docs/source/markdown/podman-run.1.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index 81fae0b25..0236e30ba 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -1014,7 +1014,7 @@ In order for users to run rootless, there must be an entry for their username in Rootless Podman works better if the fuse-overlayfs and slirp4netns packages are installed. The fuse-overlay package provides a userspace overlay storage driver, otherwise users need to use the vfs storage driver, which is diskspace expensive and does not perform well. slirp4netns is -required for VPN, without it containers need to be run with the --net=host flag. +required for VPN, without it containers need to be run with the --network=host flag. ## ENVIRONMENT diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index af5bb814d..f613e6668 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -1310,7 +1310,7 @@ In order for users to run rootless, there must be an entry for their username in Rootless Podman works better if the fuse-overlayfs and slirp4netns packages are installed. The fuse-overlay package provides a userspace overlay storage driver, otherwise users need to use the vfs storage driver, which is diskspace expensive and does not perform well. slirp4netns is -required for VPN, without it containers need to be run with the --net=host flag. +required for VPN, without it containers need to be run with the --network=host flag. ## ENVIRONMENT |