Shared drives hint for Docker for Windows users (#259)
This commit is contained in:
parent
ef48fb1a52
commit
e800ca8d40
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue