diff --git a/README.md b/README.md index d8f3cfa..b746d2d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Based on the official Docker images: 1. [Requirements](#requirements) * [Host setup](#host-setup) * [SELinux](#selinux) + * [DockerForWindows](#dockerforwindows) 2. [Getting started](#getting-started) * [Bringing up the stack](#bringing-up-the-stack) * [Initial setup](#initial-setup) @@ -61,6 +62,10 @@ apply the proper context: $ chcon -R system_u:object_r:admin_home_t:s0 docker-elk/ ``` +### DockerForWindows + +If you're using Docker for Windows, ensure the 'Shared Drives' feature is enabled for the C: drive (Docker for Windows > Settings > Shared Drives). [MSDN article detailing Shared Drives config](https://blogs.msdn.microsoft.com/stevelasker/2016/06/14/configuring-docker-for-windows-volumes/). + ## Usage ### Bringing up the stack