mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 00:25:48 +03:00
[PR #774] Run Docker-OSX directly in powershell #803
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#803
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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.