diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2018-07-16 11:30:44 +0200 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2018-07-20 11:00:49 +0200 |
commit | c17f8f664c0897918652d2b4b4a9bb0ba5b04cbf (patch) | |
tree | d3d33cefc78a8543d2e6cd90c71fb7221d32a79b /docs | |
parent | ba1871dac033783ab0329c9b3c9113a34a90992f (diff) | |
download | podman-c17f8f664c0897918652d2b4b4a9bb0ba5b04cbf.tar.gz podman-c17f8f664c0897918652d2b4b4a9bb0ba5b04cbf.tar.bz2 podman-c17f8f664c0897918652d2b4b4a9bb0ba5b04cbf.zip |
rootless, docs: document the libpod.conf file used in rootless mode
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman.1.md b/docs/podman.1.md index ea7f93afa..7d1edbd6d 100644 --- a/docs/podman.1.md +++ b/docs/podman.1.md @@ -117,7 +117,7 @@ Print the version **libpod.conf** (`/etc/containers/libpod.conf`) -libpod.conf is the configuration file for all tools using libpod to manage containers. This file is ignored when running in rootless mode. +libpod.conf is the configuration file for all tools using libpod to manage containers. When Podman runs in rootless mode, then the file `$HOME/.config/containers/libpod.conf` is used. **storage.conf** (`/etc/containers/storage.conf`) |