[GH-ISSUE #833] Not Working anymore #623

Closed
opened 2026-02-27 23:01:22 +03:00 by kerem · 10 comments
Owner

Originally created by @clearclown on GitHub (Nov 2, 2024).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/833

Not Working anymore

No Image Docker Image on Docker Hub

Originally created by @clearclown on GitHub (Nov 2, 2024). Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/833 # Not Working anymore ## No Image Docker Image on Docker Hub
kerem closed this issue 2026-02-27 23:01:22 +03: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

<!-- gh-comment-id:2454772089 --> @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?

<!-- gh-comment-id:2454774858 --> @ArcCal commented on GitHub (Nov 4, 2024): DMCA-ed by Apple?
Author
Owner

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

Looks like it

<!-- gh-comment-id:2455137885 --> @joppekoers commented on GitHub (Nov 4, 2024): Looks like it
Author
Owner

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

yeah.seems like it

<!-- gh-comment-id:2455186431 --> @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)

<!-- gh-comment-id:2458951886 --> @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

<!-- gh-comment-id:2459039619 --> @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.

<!-- gh-comment-id:2465771670 --> @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

<!-- gh-comment-id:2471024544 --> @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 .
<!-- gh-comment-id:2471177889 --> @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

<!-- gh-comment-id:2645957838 --> @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.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-OSX#623
No description provided.