diff options
author | Tom Fenech <tomjwfenech@gmail.com> | 2020-05-08 14:06:33 +0200 |
---|---|---|
committer | Tom Fenech <tomjwfenech@gmail.com> | 2020-05-08 15:11:49 +0200 |
commit | e684ab221eaf7c23e6f0dbd6e3e07aa47204d44f (patch) | |
tree | 738263821287c86982f09f5537deab390c910540 | |
parent | ff1c59065e9d2ef0c03ce8de444b489630d00b3c (diff) | |
download | podman-e684ab221eaf7c23e6f0dbd6e3e07aa47204d44f.tar.gz podman-e684ab221eaf7c23e6f0dbd6e3e07aa47204d44f.tar.bz2 podman-e684ab221eaf7c23e6f0dbd6e3e07aa47204d44f.zip |
Fix typo in path
Signed-off-by: Tom Fenech <tomjwfenech@gmail.com>
-rw-r--r-- | troubleshooting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/troubleshooting.md b/troubleshooting.md index 14d1a867e..f04d9e9fa 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -320,7 +320,7 @@ under `/var/lib/containers/storage`. ``` semanage fcontext -a -e /var/lib/containers /srv/containers -restorecon -R -v /src/containers +restorecon -R -v /srv/containers ``` The semanage command above tells SELinux to setup the default labeling of |