Intuitive Python: docker run… denied error (page 2)

Title: Intuitive Python: docker run… denied error (page 2)

Attempted to run the docker command in both CLI and Powershell
PS C:\Users\rmurr> docker run --pull=always --interactive --tty --rm ghcr.io/davidmuller/intuitivepython-book/intuitive-python-book:latest /bin/bash
docker: Error response from daemon: Head https://ghcr.io/v2/davidmuller/intuitivepython-book/intuitive-python-book/manifests/latest: denied.
See ‘docker run --help’.

Tried … --pull=“always” …
Same error

1 Like