mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #586] docker does not run ventura command #438
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#438
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?
Originally created by @superbonaci on GitHub (Dec 7, 2022).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/586
On Arch:
Then try to run it:
@dkornahrens commented on GitHub (Dec 8, 2022):
Same mileage.
Edit: I didn't read. https://github.com/sickcodes/Docker-OSX#initial-setup
@superbonaci commented on GitHub (Dec 8, 2022):
@dkornahrens does work with you after initial setup or still same issue?
@Badirkhanov commented on GitHub (Jan 13, 2023):
This helped me: https://github.com/sickcodes/Docker-OSX#docker-unknown-server-os-error
@tautomer commented on GitHub (Sep 24, 2025):
For me it was a permission issue with
/var/run/docerk.sock. If you rundocker ps, you will see this error, butdocker runsomehow suppresses the real error behind the failure.Solved by
@superbonaci commented on GitHub (Sep 24, 2025):
Updated to
docker-1:28.4.0-1.Fixed running this:
Now the info should be available:
Hello world should work:
/dev/kvm must exist:
ventura does not work this way:
Has to be called this way:
@superbonaci commented on GitHub (Sep 24, 2025):
I'm going to close this issue since works for me. Please comment to reopen if anyone else still has issues.