diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-03-05 11:46:47 +0100 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-03-11 09:29:04 +0100 |
commit | e02393ba700907ae193190f7335d3f2ec83c442a (patch) | |
tree | b9603c6fa65ed55e1bc746d777f5ce1896a62cf1 /docs/podman.1.md | |
parent | 349e6911497a95a6a8121524b56704fe680f2b09 (diff) | |
download | podman-e02393ba700907ae193190f7335d3f2ec83c442a.tar.gz podman-e02393ba700907ae193190f7335d3f2ec83c442a.tar.bz2 podman-e02393ba700907ae193190f7335d3f2ec83c442a.zip |
libpod: allow to configure path to the network-cmd binary
allow to configure the path to the network-cmd binary, either via an
option flag --network-cmd-path or through the libpod.conf
configuration file.
This is currently used to customize the path to the slirp4netns
binary.
Closes: https://github.com/containers/libpod/issues/2506
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'docs/podman.1.md')
-rw-r--r-- | docs/podman.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/podman.1.md b/docs/podman.1.md index 5c930995c..0182690d0 100644 --- a/docs/podman.1.md +++ b/docs/podman.1.md @@ -72,6 +72,9 @@ Default state dir is configured in /etc/containers/storage.conf. Name of the OCI runtime as specified in libpod.conf or absolute path to the OCI compatible binary used to run containers. +**--network-cmd-path**=**path** +Path to the command binary to use for setting up a network. It is currently only used for setting up a slirp4netns network. If "" is used then the binary is looked up using the $PATH environment variable. + **--storage-driver**=**value** Storage driver. The default storage driver for UID 0 is configured in /etc/containers/storage.conf (`$HOME/.config/containers/storage.conf` in rootless mode), and is *vfs* for non-root users when *fuse-overlayfs* is not available. The `STORAGE_DRIVER` environment variable overrides the default. The --storage-driver specified driver overrides all. |