Not Working anymore #623

Closed
opened 2025-12-29 01:23:51 +01:00 by adam · 10 comments
Owner

Originally created by @clearclown on GitHub (Nov 2, 2024).

Not Working anymore

No Image Docker Image on Docker Hub

Originally created by @clearclown on GitHub (Nov 2, 2024). # Not Working anymore ## No Image Docker Image on Docker Hub
adam closed this issue 2025-12-29 01:23:51 +01:00
Author
Owner

@ArcCal commented on GitHub (Nov 4, 2024):

docker pull sickcodes/docker-osx:latest
Error response from daemon: pull access denied for sickcodes/docker-osx, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

@ArcCal commented on GitHub (Nov 4, 2024): docker pull sickcodes/docker-osx:latest Error response from daemon: pull access denied for sickcodes/docker-osx, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Author
Owner

@ArcCal commented on GitHub (Nov 4, 2024):

DMCA-ed by Apple?

@ArcCal commented on GitHub (Nov 4, 2024): DMCA-ed by Apple?
Author
Owner

@joppekoers commented on GitHub (Nov 4, 2024):

Looks like it

@joppekoers commented on GitHub (Nov 4, 2024): Looks like it
Author
Owner

@clearclown commented on GitHub (Nov 4, 2024):

yeah.seems like it

@clearclown commented on GitHub (Nov 4, 2024): yeah.seems like it
Author
Owner

@ThaDaVos commented on GitHub (Nov 6, 2024):

It made be taken down from docker hub - but you've got the source, so you could probably build it yourself (haven't looked at it yet)

@ThaDaVos commented on GitHub (Nov 6, 2024): It made be taken down from docker hub - but you've got the source, so you could probably build it yourself (haven't looked at it yet)
Author
Owner

@hello112334 commented on GitHub (Nov 6, 2024):

#799 Docker Image disappeared

@hello112334 commented on GitHub (Nov 6, 2024): #799 Docker Image disappeared
Author
Owner

@jackbillstrom commented on GitHub (Nov 8, 2024):

I found https://hub.docker.com/r/dickhub/docker-osx/tags

So simply replacing sickcodes with dickhub did the trick for me.

@jackbillstrom commented on GitHub (Nov 8, 2024): I found https://hub.docker.com/r/dickhub/docker-osx/tags So simply replacing `sickcodes` with `dickhub` did the trick for me.
Author
Owner

@praisesunsei commented on GitHub (Nov 12, 2024):

why

@praisesunsei commented on GitHub (Nov 12, 2024): why
Author
Owner

@clearclown commented on GitHub (Nov 12, 2024):

solved :

bro u r right!

change sickcodes --> dickhub

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/dickhub/osx-serial-generator/master/config-custom-sonoma.plist' \
    -e SHORTNAME=sonoma \
    dickhub/docker-osx:latest

# docker build -t docker-osx .
@clearclown commented on GitHub (Nov 12, 2024): # solved : bro u r right! change `sickcodes` --> `dickhub` ```sh 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/dickhub/osx-serial-generator/master/config-custom-sonoma.plist' \ -e SHORTNAME=sonoma \ dickhub/docker-osx:latest # docker build -t docker-osx . ```
Author
Owner

@lightspect commented on GitHub (Feb 8, 2025):

solved :

bro u r right!

change sickcodes --> dickhub

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/dickhub/osx-serial-generator/master/config-custom-sonoma.plist'
-e SHORTNAME=sonoma
dickhub/docker-osx:latest

docker build -t docker-osx .

I tried this but got
curl: (3) URL rejected: Port number was not a decimal number between 0 and 65535

@lightspect commented on GitHub (Feb 8, 2025): > # solved : > bro u r right! > > change `sickcodes` --> `dickhub` > > 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/dickhub/osx-serial-generator/master/config-custom-sonoma.plist' \ > -e SHORTNAME=sonoma \ > dickhub/docker-osx:latest > > # docker build -t docker-osx . I tried this but got `curl: (3) URL rejected: Port number was not a decimal number between 0 and 65535`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#623