mirror of https://github.com/containers/podman.git
Merge pull request #6135 from nbycomp/master
[CI:DOCS] Fix typo in path
This commit is contained in:
commit
96dd504671
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue