nodebook icon indicating copy to clipboard operation
nodebook copied to clipboard

pull from private docker regitry

Open haimhm opened this issue 5 years ago • 2 comments

When running with --docker please allow configuration for different docker registry

haimhm avatar Feb 23 '20 05:02 haimhm

Hey @haimhm, I'm not familiar with the selection of a different registry on docker. Could you explain how you'd do it on the command line with the docker client, for instance?

netgusto avatar Feb 25 '20 22:02 netgusto

Let's say your private registry is in my-registry.com, and you want to pull the busybox image. The docker pull command should be: docker pull my-registry.com/busybox:latest instead of docker pull busybox:latest. One more thing, it should support login too: docker login my-registry.com -u <user name> -p <password>

haimhm avatar Feb 26 '20 06:02 haimhm