NomadNet icon indicating copy to clipboard operation
NomadNet copied to clipboard

Docker image is not publicly readable

Open tnine opened this issue 10 months ago • 1 comments

Describe the Bug When following the tutorial here, I receive permission denied on pulling the docker image.

To Reproduce Attempt to pull the docker image.

➜  ~ docker pull ghcr.io/markqvist/nomadnet:master
Error response from daemon: Head "https://ghcr.io/v2/markqvist/nomadnet/manifests/master": denied: denied

Expected Behavior The image can be pulled.

Logs & Screenshots Please include any relevant log output. If applicable, also add screenshots to help explain your problem.

System Information

  • OS and version:
    • Mac OSX 15.3.1.
    • Docker Desktop 4.38.0

Additional context

tnine avatar Feb 18 '25 16:02 tnine

The instructions in the README will need to be updated as they conflict with the instructions found here: https://github.com/markqvist/NomadNet/blob/master/Dockerfile.howto

See the link above for running NomadNet with Docker.

RFnexus avatar Apr 04 '25 23:04 RFnexus