From e800ca8d40d91e91699bd1ef0cf4da513faf5c2f Mon Sep 17 00:00:00 2001 From: Ian Pender Date: Mon, 26 Mar 2018 17:55:55 +0100 Subject: [PATCH] Shared drives hint for Docker for Windows users (#259) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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