mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
[PR #774] Run Docker-OSX directly in powershell #799
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/774
Author: @KernelInterrupt
Created: 5/28/2024
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
18310ccUpdate README.md📊 Changes
1 file changed (+21 additions, -0 deletions)
View changed files
📝
README.md(+21 -0)📄 Description
Actually, we can simply run Docker-OSX on WSL2 without getting into distros (just using PowerShell),and it fixed issue #430.
Let me explain that:
When using Docker Desktop on windows,it created two speical distros called
docker-desktopanddocker-desktop-dataIn other distros,Wslg is in
/mnt/wslgBut in
docker-desktop,Wslg is in/mnt/host/wslgWhat is worse is that the container actually boot in
docker-desktop-data,and then/mntindocker-desktopwas mounted to/run/desktopindocker-desktop-data.Therefore,we actually need to mount
/run/desktop/mnt/host/wslg/.X11-unixto/tmp/.X11-unixto get video output.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.