Update instructions for Docker Desktop
This commit is contained in:
parent
47fb64f9c6
commit
791150114a
17
README.md
17
README.md
|
@ -43,7 +43,7 @@ own_. [sherifabdlnaby/elastdocker][elastdocker] is one example among others of p
|
||||||
1. [Requirements](#requirements)
|
1. [Requirements](#requirements)
|
||||||
* [Host setup](#host-setup)
|
* [Host setup](#host-setup)
|
||||||
* [SELinux](#selinux)
|
* [SELinux](#selinux)
|
||||||
* [Docker for Desktop](#docker-for-desktop)
|
* [Docker Desktop](#docker-desktop)
|
||||||
* [Windows](#windows)
|
* [Windows](#windows)
|
||||||
* [macOS](#macos)
|
* [macOS](#macos)
|
||||||
1. [Usage](#usage)
|
1. [Usage](#usage)
|
||||||
|
@ -105,17 +105,18 @@ apply the proper context:
|
||||||
$ chcon -R system_u:object_r:admin_home_t:s0 docker-elk/
|
$ chcon -R system_u:object_r:admin_home_t:s0 docker-elk/
|
||||||
```
|
```
|
||||||
|
|
||||||
### Docker for Desktop
|
### Docker Desktop
|
||||||
|
|
||||||
#### Windows
|
#### Windows
|
||||||
|
|
||||||
Ensure the [Shared Drives][win-shareddrives] feature is enabled for the `C:` drive.
|
If you are using the legacy Hyper-V mode of _Docker Desktop for Windows_, ensure [File Sharing][win-filesharing] is
|
||||||
|
enabled for the `C:` drive.
|
||||||
|
|
||||||
#### macOS
|
#### macOS
|
||||||
|
|
||||||
The default Docker for Mac configuration allows mounting files from `/Users/`, `/Volumes/`, `/private/`, and `/tmp`
|
The default configuration of _Docker Desktop for Mac_ allows mounting files from `/Users/`, `/Volume/`, `/private/`,
|
||||||
exclusively. Make sure the repository is cloned in one of those locations or follow the instructions from the
|
`/tmp` and `/var/folders` exclusively. Make sure the repository is cloned in one of those locations or follow the
|
||||||
[documentation][mac-mounts] to add more locations.
|
instructions from the [documentation][mac-filesharing] to add more locations.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -430,8 +431,8 @@ instead of `elasticsearch`.*
|
||||||
[booststap-checks]: https://www.elastic.co/guide/en/elasticsearch/reference/current/bootstrap-checks.html
|
[booststap-checks]: https://www.elastic.co/guide/en/elasticsearch/reference/current/bootstrap-checks.html
|
||||||
[es-sys-config]: https://www.elastic.co/guide/en/elasticsearch/reference/current/system-config.html
|
[es-sys-config]: https://www.elastic.co/guide/en/elasticsearch/reference/current/system-config.html
|
||||||
|
|
||||||
[win-shareddrives]: https://docs.docker.com/docker-for-windows/#shared-drives
|
[win-filesharing]: https://docs.docker.com/desktop/windows/#file-sharing
|
||||||
[mac-mounts]: https://docs.docker.com/docker-for-mac/osxfs/
|
[mac-filesharing]: https://docs.docker.com/desktop/mac/#file-sharing
|
||||||
|
|
||||||
[builtin-users]: https://www.elastic.co/guide/en/elasticsearch/reference/current/built-in-users.html
|
[builtin-users]: https://www.elastic.co/guide/en/elasticsearch/reference/current/built-in-users.html
|
||||||
[ls-security]: https://www.elastic.co/guide/en/logstash/current/ls-security.html
|
[ls-security]: https://www.elastic.co/guide/en/logstash/current/ls-security.html
|
||||||
|
|
Loading…
Reference in New Issue