diff options
author | xcffl <2216902+xcffl@users.noreply.github.com> | 2020-03-17 21:28:51 +0800 |
---|---|---|
committer | xcffl <xcffl@protonmail.com> | 2020-03-17 23:40:47 +0800 |
commit | 68ef7aa4fb10dbe10b58d516fdb4111d6a0e6ce6 (patch) | |
tree | fb599aa28cd0a3bce5f1cda155930da29292a8f4 /troubleshooting.md | |
parent | 2b2996d09d1d99c41a5c944b597e6b0c83ab23ee (diff) | |
download | podman-68ef7aa4fb10dbe10b58d516fdb4111d6a0e6ce6.tar.gz podman-68ef7aa4fb10dbe10b58d516fdb4111d6a0e6ce6.tar.bz2 podman-68ef7aa4fb10dbe10b58d516fdb4111d6a0e6ce6.zip |
Fix path of tmp_dir
Signed-off-by: xcffl <xcffl@protonmail.com>
Diffstat (limited to 'troubleshooting.md')
-rw-r--r-- | troubleshooting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/troubleshooting.md b/troubleshooting.md index 010d33f81..da7a9cb6a 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -101,7 +101,7 @@ Next, edit the new local configuration file line starting with `cgroup_manager` by adding a `#` character at the beginning of the line, and change the path in the line starting with `tmp_dir` to point to the first path in the error message Podman gave (in this case, -`/run/user/1000/run`). +`/run/user/1000/tmp`). --- ### 5) rootless containers cannot ping hosts |