We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5753c34 commit d39e68aCopy full SHA for d39e68a
docs/reference/setup/install/docker.asciidoc
@@ -199,6 +199,18 @@ sudo sysctl -w vm.max_map_count=262144
199
--------------------------------------------
200
--
201
202
+* Windows with https://docs.docker.com/docker-for-windows/wsl[Docker Desktop WSL 2 backend]
203
++
204
+--
205
+The `vm.max_map_count` setting must be set in the docker-desktop container:
206
+
207
+[source,sh]
208
+--------------------------------------------
209
+wsl -d docker-desktop
210
+sysctl -w vm.max_map_count=262144
211
212
213
214
===== Configuration files must be readable by the `elasticsearch` user
215
216
By default, {es} runs inside the container as user `elasticsearch` using
0 commit comments