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

telemachus
Python Testing With Pytest - Chapter 2, warnings for “unregistered custom marks” While running the smoke tests in Chapter 2, I get these...
New
simonpeter
When I try the command to create a pair of migration files I get an error. user=> (create-migration "guestbook") Execution error (Ill...
New
lirux
Hi Jamis, I think there’s an issue with a test on chapter 6. I own the ebook, version P1.0 Feb. 2019. This test doesn’t pass for me: ...
New
joepstender
The generated iex result below should list products instead of product for the metadata. (page 67) iex> product = %Product{} %Pento....
New
alanq
This isn’t directly about the book contents so maybe not the right forum…but in some of the code apps (e.g. turbo/06) it sends a TURBO_ST...
New
jeremyhuiskamp
Title: Web Development with Clojure, Third Edition, vB17.0 (p9) The create table guestbook syntax suggested doesn’t seem to be accepted ...
New
brian-m-ops
#book-python-testing-with-pytest-second-edition Hi. Thanks for writing the book. I am just learning so this might just of been an issue ...
New
adamwoolhether
I’m not quite sure what’s going on here, but I’m unable to have to containers successfully complete the Readiness/Liveness checks. I’m im...
New
adamwoolhether
Is there any place where we can discuss the solutions to some of the exercises? I can figure most of them out, but am having trouble with...
New
rainforest
Hi, I’ve got a question about the implementation of PubSub when using a Phoenix.Socket.Transport behaviour rather than channels. Before ...
New

Other popular topics Top

wolf4earth
@AstonJ prompted me to open this topic after I mentioned in the lockdown thread how I started to do a lot more for my fitness. https://f...
New
axelson
I’ve been really enjoying obsidian.md: It is very snappy (even though it is based on Electron). I love that it is all local by defaul...
New
AstonJ
Just done a fresh install of macOS Big Sur and on installing Erlang I am getting: asdf install erlang 23.1.2 Configure failed. checking ...
New
AstonJ
This looks like a stunning keycap set :orange_heart: A LEGENDARY KEYBOARD LIVES ON When you bought an Apple Macintosh computer in the e...
New
PragmaticBookshelf
“A Mystical Experience” Hero’s Journey with Paolo Perrotta @nusco Ever wonder how authoring books compares to writing articles?...
New
AstonJ
Biggest jackpot ever apparently! :upside_down_face: I don’t (usually) gamble/play the lottery, but working on a program to predict the...
New
AstonJ
We’ve talked about his book briefly here but it is quickly becoming obsolete - so he’s decided to create a series of 7 podcasts, the firs...
New
AstonJ
If you get Can't find emacs in your PATH when trying to install Doom Emacs on your Mac you… just… need to install Emacs first! :lol: bre...
New
PragmaticBookshelf
Author Spotlight Jamis Buck @jamis This month, we have the pleasure of spotlighting author Jamis Buck, who has written Mazes for Prog...
New
AstonJ
If you’re getting errors like this: psql: error: connection to server on socket “/tmp/.s.PGSQL.5432” failed: No such file or directory ...
New

Latest in PragProg

View all threads ❯