diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-10-02 16:37:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 16:37:43 -0400 |
commit | 01c7ae640714de63be92bd05577ee9ce125d391b (patch) | |
tree | f10e0011ba8e9fac4b935d185c728a2850aec23b /docs | |
parent | d4e97b35c2fa9e27b78c14e9ce7f3272d7db7cbf (diff) | |
parent | b3f17936aa4023fc35d28fbee57940e87ce26fdf (diff) | |
download | podman-01c7ae640714de63be92bd05577ee9ce125d391b.tar.gz podman-01c7ae640714de63be92bd05577ee9ce125d391b.tar.bz2 podman-01c7ae640714de63be92bd05577ee9ce125d391b.zip |
Merge pull request #7856 from rhatdan/root
podman-remote does not support most of the global flags
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman.1.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md index 555486562..87337fa3c 100644 --- a/docs/source/markdown/podman.1.md +++ b/docs/source/markdown/podman.1.md @@ -160,6 +160,14 @@ Print the version Podman can set up environment variables from env of [engine] table in containers.conf. These variables can be overridden by passing environment variables before the `podman` commands. +## Remote Access + +The Podman command can be used with remote services using the `--remote` flag. Connections can +be made using local unix domain sockets, ssh or directly to tcp sockets. When specifying the +podman --remote flag, only the global options `--url`, `--identity`, `--log-level`, `--connection` are used. + +Connection information can also be managed using the containers.conf file. + ## Exit Status The exit code from `podman` gives information about why the container |