mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
docker does not run ventura command #438
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?
Originally created by @superbonaci on GitHub (Dec 7, 2022).
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.