aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-02-28 18:45:18 -0500
committerGitHub <noreply@github.com>2022-02-28 18:45:18 -0500
commitcff448be2d10283e956fada480a063aa346f4a67 (patch)
tree0df5b67905dbb2cfc440fb8ae880b70687cba24c /docs
parent49d511b6ee88ceff70cc6786c467bed39da35a61 (diff)
parentca980c2e024bd33f4be3a33bb1dbb22c86bfe072 (diff)
downloadpodman-cff448be2d10283e956fada480a063aa346f4a67.tar.gz
podman-cff448be2d10283e956fada480a063aa346f4a67.tar.bz2
podman-cff448be2d10283e956fada480a063aa346f4a67.zip
Merge pull request #13357 from Romain-Geissler-1A/backport-connection-implies-remote
Option --url and --connection should imply --remote.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman.1.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md
index b318001e4..4d3e92dd2 100644
--- a/docs/source/markdown/podman.1.md
+++ b/docs/source/markdown/podman.1.md
@@ -42,6 +42,7 @@ and "$graphroot/networks" as rootless.
#### **--connection**, **-c**
Connection to use for remote podman, including Mac and Windows (excluding WSL2) machines, (Default connection is configured in `containers.conf`)
+Setting this option will switch the **--remote** option to true.
Remote connections use local containers.conf for default.
#### **--conmon**
@@ -108,6 +109,7 @@ environment variable is set, the **--remote** option defaults to true.
#### **--url**=*value*
URL to access Podman service (default from `containers.conf`, rootless `unix://run/user/$UID/podman/podman.sock` or as root `unix://run/podman/podman.sock`).
+Setting this option will switch the **--remote** option to true.
- `CONTAINER_HOST` is of the format `<schema>://[<user[:<password>]@]<host>[:<port>][<path>]`