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

This commit is contained in:
Ian Pender 2018-03-26 17:55:55 +01:00 committed by Antoine Cotten
parent ef48fb1a52
commit e800ca8d40
1 changed files with 5 additions and 0 deletions

View File

@ -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