Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull from private docker regitry #82

Open
haimhm opened this issue Feb 23, 2020 · 2 comments
Open

pull from private docker regitry #82

haimhm opened this issue Feb 23, 2020 · 2 comments

Comments

@haimhm
Copy link

haimhm commented Feb 23, 2020

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

@netgusto
Copy link
Owner

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?

@haimhm
Copy link
Author

haimhm commented Feb 26, 2020

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants