diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-08-19 22:43:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-19 22:43:02 +0200 |
commit | 42690ff89c09b0135428b9e4a3f605aa57dc1189 (patch) | |
tree | 259492a306d0740714fe532e5005458a5ccb9ba6 /docs/source/markdown/podman.1.md | |
parent | dcdb6474d6a65adce084da546fda7a93b5267c9b (diff) | |
parent | eb9e8fc558baf314b6f244af748e5a3e87356a57 (diff) | |
download | podman-42690ff89c09b0135428b9e4a3f605aa57dc1189.tar.gz podman-42690ff89c09b0135428b9e4a3f605aa57dc1189.tar.bz2 podman-42690ff89c09b0135428b9e4a3f605aa57dc1189.zip |
Merge pull request #7366 from jwhonce/jira/run-991
Implement --connection flag
Diffstat (limited to 'docs/source/markdown/podman.1.md')
-rw-r--r-- | docs/source/markdown/podman.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md index 16439c167..c53da6b5f 100644 --- a/docs/source/markdown/podman.1.md +++ b/docs/source/markdown/podman.1.md @@ -31,6 +31,9 @@ Note: CGroup manager is not supported in rootless mode when using CGroups Versio **--cni-config-dir** Path of the configuration directory for CNI networks. (Default: `/etc/cni/net.d`) +**--connection**, **-c** +Connection to use for remote podman (Default connection is configured in `containers.conf`) + **--conmon** Path of the conmon binary (Default path is configured in `containers.conf`) |