diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-01 16:50:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 16:50:38 -0500 |
commit | 965d28024cff51f7197b3b8bc060fdd167a2114f (patch) | |
tree | 323b987f60a2f2fba422a456eb00a3c1dc161567 /docs | |
parent | cff448be2d10283e956fada480a063aa346f4a67 (diff) | |
parent | 791c8c347c1bbd69763b7358acfa415c18764d62 (diff) | |
download | podman-965d28024cff51f7197b3b8bc060fdd167a2114f.tar.gz podman-965d28024cff51f7197b3b8bc060fdd167a2114f.tar.bz2 podman-965d28024cff51f7197b3b8bc060fdd167a2114f.zip |
Merge pull request #13392 from baude/v4reverts
V4reverts
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman.1.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md index 4d3e92dd2..b318001e4 100644 --- a/docs/source/markdown/podman.1.md +++ b/docs/source/markdown/podman.1.md @@ -42,7 +42,6 @@ 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** @@ -109,7 +108,6 @@ 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>]` |