Commit e800ca8d authored by Ian Pender's avatar Ian Pender Committed by Antoine Cotten

Shared drives hint for Docker for Windows users (#259)

parent ef48fb1a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment