diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-02-21 15:21:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-21 15:21:37 -0500 |
commit | b3963e7081d00c99a49c5bac36a94d3ed9b6655e (patch) | |
tree | 3b6e5d6c346666ba16d928535168637dc7c361a6 /docs | |
parent | 62ff0409fafcd1980318939eed1df465bdf723a5 (diff) | |
parent | 23a7f4e0deffb075d24b3e731246269d5a35b748 (diff) | |
download | podman-b3963e7081d00c99a49c5bac36a94d3ed9b6655e.tar.gz podman-b3963e7081d00c99a49c5bac36a94d3ed9b6655e.tar.bz2 podman-b3963e7081d00c99a49c5bac36a94d3ed9b6655e.zip |
Merge pull request #13296 from Romain-Geissler-1A/url-and-connection-implies-remote
Option --url and --connection should imply --remote.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman.1.md | 2 |
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>]` |