rmurray10127

rmurray10127

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

Marked As Solved

davidmuller

davidmuller

Author of Intuitive Python

Hi @rmurray10127 it looks like there is a typo in the above command. intuitivepython-book should be intuitive-python-book.

Here’s a full docker run command without the typo that should work:

docker run --pull=always --interactive --tty --rm ghcr.io/davidmuller/intuitive-python-book/intuitive-python-book:latest /bin/bash

Also Liked

rmurray10127

rmurray10127

Thanks for your reply. It looks like the typo was induced by my cut/paste from the text. I used Foxit and also tried Adobe Acrobat DC. There is something about the first line ending with a ‘-’ that neither tool likes. Sorry for the wild goose chase.

davidmuller

davidmuller

Author of Intuitive Python

Ah got it—that’s a frustrating cut/paste behavior.

I will see if there’s an alternate way we can layout that part of the book so it’s more likely to behave better with cut/paste.

rmurray10127

rmurray10127

Hi,
I have seen another behavior related to docker. It seems that docker and Virtualbox will not run on Windows 10 workstation. There is lots of Google traffic on the topic ranging from definitely yes to definitely no. I cannot find any yes solution that is doable by the casual user. The behavior I saw was docker runs fine but the VMs in VirtualBox will not start. I think this is due to a conflict on the use of Windows HyperV. I wonder how many of your readers will be using Virtualbox for some other activity, and may run into this problem? I am not sure that this issue is in your scope , but thought you could use the information.

Popular Pragmatic Bookshelf topics Top

mikecargal
Title: Hands-On Rust (Chapter 11: prefab) Just played a couple of amulet-less games. With a bit of debugging, I believe that your can_p...
New
edruder
I thought that there might be interest in using the book with Rails 6.1 and Ruby 2.7.2. I’ll note what I needed to do differently here. ...
New
JohnS
I can’t setup the Rails source code. This happens in a working directory containing multiple (postgres) Rails apps. With: ruby-3.0.0 s...
New
swlaschin
The book has the same “Problem space/Solution space” diagram on page 18 as is on page 17. The correct Problem/Solution space diagrams ar...
New
leba0495
Hello! Thanks for the great book. I was attempting the Trie (chap 17) exercises and for number 4 the solution provided for the autocorre...
New
brunogirin
When running tox for the first time, I got the following error: ERROR: InterpreterNotFound: python3.10 I realised that I was running ...
New
dsmith42
Hey there, I’m enjoying this book and have learned a few things alredayd. However, in Chapter 4 I believe we are meant to see the “>...
New
kolossal
Hi, I need some help, I’m new to rust and was learning through your book. but I got stuck at the last stage of distribution. Whenever I t...
New
ggerico
I got this error when executing the plot files on macOS Ventura 13.0.1 with Python 3.10.8 and matplotlib 3.6.1: programming_ML/code/03_...
New
SlowburnAZ
Getting an error when installing the dependencies at the start of this chapter: could not compile dependency :exla, "mix compile" failed...
New

Other popular topics Top

malloryerik
Any thoughts on Svelte? Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue...
New
AstonJ
Curious to know which languages and frameworks you’re all thinking about learning next :upside_down_face: Perhaps if there’s enough peop...
New
AstonJ
You might be thinking we should just ask who’s not using VSCode :joy: however there are some new additions in the space that might give V...
New
AstonJ
If you are experiencing Rails console using 100% CPU on your dev machine, then updating your development and test gems might fix the issu...
New
DevotionGeo
The V Programming Language Simple language for building maintainable programs V is already mentioned couple of times in the forum, but I...
New
AstonJ
Continuing the discussion from Thinking about learning Crystal, let’s discuss - I was wondering which languages don’t GC - maybe we can c...
New
mafinar
This is going to be a long an frequently posted thread. While talking to a friend of mine who has taken data structure and algorithm cou...
New
AstonJ
If you want a quick and easy way to block any website on your Mac using Little Snitch simply… File > New Rule: And select Deny, O...
New
PragmaticBookshelf
A Ruby-Centric Chat with Noel Rappin @noelrappin Once you start noodling around with Ruby you quickly figure out, as Noel Rappi...
New
AnfaengerAlex
Hello, I’m a beginner in Android development and I’m facing an issue with my project setup. In my build.gradle.kts file, I have the foll...
New