Originally created by @ZedZipDev on GitHub (Aug 29, 2022).
I run the cmd and receive the error:
>PS D:\_Docker> docker run -it --device /dev/kvm -p 50922:10022 -v /tmp/.X11-unix:/tmp/.X11-unix -e "DISPLAY=${DISPLAY:-:0.0}" sickcodes/docker-osx:latest
docker: Error response from daemon: error gathering device information while adding custom device "/dev/kvm": no such file or directory.
Is it possible to run it in Windows?
Originally created by @ZedZipDev on GitHub (Aug 29, 2022).
I run the cmd and receive the error:
```
>PS D:\_Docker> docker run -it --device /dev/kvm -p 50922:10022 -v /tmp/.X11-unix:/tmp/.X11-unix -e "DISPLAY=${DISPLAY:-:0.0}" sickcodes/docker-osx:latest
docker: Error response from daemon: error gathering device information while adding custom device "/dev/kvm": no such file or directory.
```
Is it possible to run it in Windows?
use wsl
this system runs on Linux so u can use wsl to have Linux subsystem run with windows and run mac on top of it .
just don't expect it to run smoothly
@Hawam commented on GitHub (Aug 29, 2022):
use wsl
this system runs on Linux so u can use wsl to have Linux subsystem run with windows and run mac on top of it .
just don't expect it to run smoothly
You could probably check out this link basically docker for windows has two versions, one using hyperv and one using wsl backend
@AlwynYin commented on GitHub (Dec 6, 2022):
You could probably check out this [link](https://docs.docker.com/desktop/windows/wsl/) basically docker for windows has two versions, one using hyperv and one using wsl backend
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @ZedZipDev on GitHub (Aug 29, 2022).
I run the cmd and receive the error:
Is it possible to run it in Windows?
@Hawam commented on GitHub (Aug 29, 2022):
use wsl
this system runs on Linux so u can use wsl to have Linux subsystem run with windows and run mac on top of it .
just don't expect it to run smoothly
@ZedZipDev commented on GitHub (Sep 1, 2022):
Ok, thank you. How can I use WSL in Windows for running this docker?
@AlwynYin commented on GitHub (Dec 6, 2022):
You could probably check out this link basically docker for windows has two versions, one using hyperv and one using wsl backend