diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-29 14:12:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-29 14:12:58 +0200 |
commit | 598bb53d46dfc85b8bcc1e3000736106f80de93e (patch) | |
tree | c5216eec0e55a7bf8a8d1e3c0547a0d7ceb8c702 | |
parent | dabfa10b650d1312f3adde18ed86d3a171896c5b (diff) | |
parent | 68ef7aa4fb10dbe10b58d516fdb4111d6a0e6ce6 (diff) | |
download | podman-598bb53d46dfc85b8bcc1e3000736106f80de93e.tar.gz podman-598bb53d46dfc85b8bcc1e3000736106f80de93e.tar.bz2 podman-598bb53d46dfc85b8bcc1e3000736106f80de93e.zip |
Merge pull request #5523 from xcffl/patch-1
Fix path of tmp_dir
-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 |