Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 199 Bytes

docker.rst

File metadata and controls

9 lines (6 loc) · 199 Bytes

Docker related queries

SELinux rule for volumes on host

# chcon -Rt svirt_sandbox_file_t /path/to/volume

Without this you will see permission error on a Fedora host.