Merge pull request #1565 from Djelibeybi/patch-2

Remove Oracle Linux issues
This commit is contained in:
Misty Stanley-Jones 2017-02-08 19:03:22 -08:00 committed by GitHub
commit 555ab520a4
1 changed files with 0 additions and 17 deletions

View File

@ -379,23 +379,6 @@ memory and a 10% overall performance degradation, even if Docker is not running.
6. Reboot your system. Memory and swap accounting are enabled and the warning 6. Reboot your system. Memory and swap accounting are enabled and the warning
does not occur. does not occur.
### Troubleshooting Oracle Linux
#### Docker unmounts `btrfs` filesystem on shutdown
If you're running Docker using the `btrfs` storage engine and you stop the Docker
service, it unmounts the `btrfs` filesystem during the shutdown process. Ensure
that the filesystem is mounted properly before restarting the Docker service.
On Oracle Linux 7, you can use a `systemd.mount` definition and modify the
Docker `systemd.service` to depend on the `btrfs` mount defined in `systemd`.
#### SElinux support on Oracle Linux 7
SElinux must be set to `Permissive` or `Disabled` in `/etc/sysconfig/selinux` to
use the `btrfs` storage engine on Oracle Linux 7.
## Next steps ## Next steps
- Continue with the [User Guide](/engine/userguide/index.md). - Continue with the [User Guide](/engine/userguide/index.md).