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 Prag Prog topics Top

New
iPaul
page 37 ANTLRInputStream input = new ANTLRInputStream(is); as of ANTLR 4 .8 should be: CharStream stream = CharStreams.fromStream(i...
New
yulkin
your book suggests to use Image.toByteData() to convert image to bytes, however I get the following error: "the getter ‘toByteData’ isn’t...
New
herminiotorres
Hi @Margaret , On page VII the book tells us the example and snippets will be all using Elixir version 1.11 But on page 3 almost the en...
New
conradwt
First, the code resources: Page 237: rumbl_umbrella/apps/rumbl/mix.exs Note: That this file is missing. Page 238: rumbl_umbrella/app...
New
AndyDavis3416
@noelrappin Running the webpack dev server, I receive the following warning: ERROR in tsconfig.json TS18003: No inputs were found in c...
New
fynn
This is as much a suggestion as a question, as a note for others. Locally the SGP30 wasn’t available, so I ordered a SGP40. On page 53, ...
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
tkhobbes
After some hassle, I was able to finally run bin/setup, now I have started the rails server but I get this error message right when I vis...
New
andreheijstek
After running /bin/setup, the first error was: The foreman' command exists in these Ruby versions: That was easy to fix: gem install fore...
New

Other popular topics Top

Devtalk
Hello Devtalk World! Please let us know a little about who you are and where you’re from :nerd_face:
New
malloryerik
Any thoughts on Svelte? Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue...
New
brentjanderson
Bought the Moonlander mechanical keyboard. Cherry Brown MX switches. Arms and wrists have been hurting enough that it’s time I did someth...
New
foxtrottwist
Here’s our thread for the Keyboardio Atreus. It is a mechanical keyboard based on and a slight update of the original Atreus (Keyboardio ...
New
New
New
AstonJ
Was just curious to see if any were around, found this one: I got 51/100: Not sure if it was meant to buy I am sure at times the b...
New
PragmaticBookshelf
Author Spotlight Erin Dees @undees Welcome to our new author spotlight! We had the pleasure of chatting with Erin Dees, co-author of ...
New
New
New

Latest in PragProg

View all threads ❯