aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Kinský <[email protected]>2021-10-19 08:48:24 +0200
committerFilip Kinský <[email protected]>2021-10-19 08:48:24 +0200
commitfcfba3008676d032c6032556b9bdbc6a9149f29e (patch)
treef1804e1a59b8bd6ffb9398edc5e3999c27f10c04
parentMerge pull request #352 from chirag350/master (diff)
downloaddocker-osx-fcfba3008676d032c6032556b9bdbc6a9149f29e.tar.xz
docker-osx-fcfba3008676d032c6032556b9bdbc6a9149f29e.zip
readme - improve instructions for running on windows
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index b9c99db..fc91ea0 100644
--- a/README.md
+++ b/README.md
@@ -1094,7 +1094,9 @@ Or tell the container to use specific ones using `-e GENERATE_SPECIFIC=true`
-e MAC_ADDRESS="A8:5C:2C:9A:46:2F" \
```
-### I'd like to run Docker-OSX with WSL2 (Windows, Ubuntu)
+### I'd like to run Docker-OSX on Windows
+
+Running Docker-OSX on windows is possible just in WSL2 (Windows, Ubuntu).
Ensure KVM is enabled and `x11-apps` is installed.