Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Example for pulling an image from a remote registry into the docker daemon #136

Open
evanye opened this issue Jan 11, 2019 · 3 comments
Open

Comments

@evanye
Copy link

evanye commented Jan 11, 2019

I'm interesting in using the fast puller to download docker images from remote repositories to the local machine's docker daemon. I'm interesting in streaming the download into the docker daemon as fast as possible. I was hoping for an example to use something like https://github.com/bazelbuild/rules_docker/blob/master/container/incremental_load.sh.tpl in order to do so. Do you have anything similar that I could use?

@evanye evanye changed the title Example for pulling an image into the docker daemon Example for pulling an image from a remote registry into the docker daemon Jan 11, 2019
@iamtodor
Copy link

@evanye here is commands that help you

gcloud container images list - list of available docker containers
gcloud docker -- pull project - pull container from gcloud locally

@evanye
Copy link
Author

evanye commented Feb 25, 2019

@iamtodor from https://cloud.google.com/sdk/gcloud/reference/docker it looks like this is GCR only - I'm looking for something that is registry agnostic (azure container registry, aws ecr, docker hub, quay, etc).

@iamtodor
Copy link

@evanye not sure if it exists. anyway - you can combine it

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

No branches or pull requests

2 participants