mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
The command doesn't work #590
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 @NicolinoGamer on GitHub (May 26, 2024).
Every time I try to run this command: docker run -it

--device /dev/kvm
-p 50922:10022
-v /tmp/.X11-unix:/tmp/.X11-unix
-e "DISPLAY=${DISPLAY:-:0.0}"
-e GENERATE_UNIQUE=true
-e CPU='Haswell-noTSX'
-e CPUID_FLAGS='kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on'
-e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom-sonoma.plist'
sickcodes/docker-osx:sonoma
I get this problem: fish: ${ is not a valid variable in fish.
@NicolinoGamer commented on GitHub (May 26, 2024):
I tried running the command again on Pop OS instead of Arch Linux and I got this:

@NicolinoGamer commented on GitHub (May 26, 2024):
With Arch I was fine with the Pre-Installed Catalina script but with Pop OS it wasn't. Here's what I get:

@tenuuni commented on GitHub (Jun 6, 2024):
You are using the
fishshell.fishis known to cause problems with POSIX compliance.Switch to the
bashshell by runningbashand try again.