diff options
author | Danila Kiver <danila.kiver@mail.ru> | 2019-06-22 02:20:44 +0300 |
---|---|---|
committer | Danila Kiver <danila.kiver@mail.ru> | 2019-06-22 02:20:44 +0300 |
commit | 80440408addf1f259ce8dcfd76345a0e7dc204e9 (patch) | |
tree | 01ef76bbfa968b7646e84d274400a9a9e6a2ce13 /docs | |
parent | aa21ec158afff2263d3f7a83fee75b275ff7122e (diff) | |
download | podman-80440408addf1f259ce8dcfd76345a0e7dc204e9.tar.gz podman-80440408addf1f259ce8dcfd76345a0e7dc204e9.tar.bz2 podman-80440408addf1f259ce8dcfd76345a0e7dc204e9.zip |
Fix configs location in rootless tutorial.
Signed-off-by: Danila Kiver <danila.kiver@mail.ru>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tutorials/rootless_tutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/rootless_tutorial.md b/docs/tutorials/rootless_tutorial.md index a32c1f15b..553e8d297 100644 --- a/docs/tutorials/rootless_tutorial.md +++ b/docs/tutorials/rootless_tutorial.md @@ -76,7 +76,7 @@ Once the Administrator has completed the setup on the machine and then the confi ### User Configuration Files. -The Podman configuration files for root reside in /etc/containers. In the rootless environment they reside in ${XDG_RUNTIME_DIR}/containers and are owned by each individual user. The user can modify these files as they wish. +The Podman configuration files for root reside in /etc/containers. In the rootless environment they reside in ${HOME}/.config/containers and are owned by each individual user. The user can modify these files as they wish. ## More information |