diff options
author | Anders F Björklund <anders.f.bjorklund@gmail.com> | 2018-11-16 23:23:15 +0100 |
---|---|---|
committer | Anders F Björklund <anders.f.bjorklund@gmail.com> | 2018-11-18 17:37:14 +0100 |
commit | 4adc69f4f997a10f9aea6eebf34b080d33cdf3c0 (patch) | |
tree | 7be8bfaa9bce8f60920c2c3ba6367e269b32c251 /contrib/python/pypodman/docs/man1/pypodman.1 | |
parent | cd5742ff47f2650e1f33dd485485cd5027500955 (diff) | |
download | podman-4adc69f4f997a10f9aea6eebf34b080d33cdf3c0.tar.gz podman-4adc69f4f997a10f9aea6eebf34b080d33cdf3c0.tar.bz2 podman-4adc69f4f997a10f9aea6eebf34b080d33cdf3c0.zip |
Don't use $HOST and $USER variables for remote
Also, don't use $PORT. These are too generic.
Make sure to read $LOGNAME _after_ the config.
Prefix all the remote variables with PODMAN_
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
Diffstat (limited to 'contrib/python/pypodman/docs/man1/pypodman.1')
-rw-r--r-- | contrib/python/pypodman/docs/man1/pypodman.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/pypodman/docs/man1/pypodman.1 b/contrib/python/pypodman/docs/man1/pypodman.1 index 09acb205b..45472dab0 100644 --- a/contrib/python/pypodman/docs/man1/pypodman.1 +++ b/contrib/python/pypodman/docs/man1/pypodman.1 @@ -85,7 +85,7 @@ overwriting earlier. Any missing items are ignored. .IP \[bu] 2 From \f[C]\-\-config\-home\f[] command line option + \f[C]pypodman/pypodman.conf\f[] .IP \[bu] 2 -From environment variable, for example: RUN_DIR +From environment variable prefixed with PODMAN_, for example: PODMAN_RUN_DIR .IP \[bu] 2 From command line option, for example: \[en]run\-dir .PP |