aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-07-23 21:59:44 +0000
committerGitHub <[email protected]>2021-07-23 21:59:44 +0000
commitddc92a267511b0e9688cae0c18a7d1dca90fbe7c (patch)
treeb32a1a7a8319bef0c641b6ee43a8c6e89e4f2222
parentRemove GitHub action for building (diff)
parentUpdate README.md (diff)
downloaddocker-osx-ddc92a267511b0e9688cae0c18a7d1dca90fbe7c.tar.xz
docker-osx-ddc92a267511b0e9688cae0c18a7d1dca90fbe7c.zip
Merge pull request #318 from allansrc/master
Update Doc detail for run on WLS
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 546d672..06c3913 100644
--- a/README.md
+++ b/README.md
@@ -822,7 +822,10 @@ Or tell the container to use specific ones using `-e GENERATE_SPECIFIC=true`
### I'd like to run Docker-OSX with WSL2 (Windows, Ubuntu)
-Ensure KVM is enabled and `x11-apps` is installed.
+Ensure KVM is enabled and `x11-apps` is installed.
+
+to void troubles related to docker daemons on WLS 2, use Docker on Windows, and extern it to your distro.
+See Docker Docs for the complete detail setup [here](https://docs.docker.com/docker-for-windows/wsl/)
See more in-depth discussion [here](https://github.com/sickcodes/Docker-OSX/issues/17) and [here](https://github.com/sickcodes/Docker-OSX/issues/60).