Skip to content

Docker image to circumvent required machine-wide flags to pull via proxy and/or with certs

License

Notifications You must be signed in to change notification settings

Joshua-Barclay/docker-easy-pull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-easy-pull

Docker image to circumvent required machine-wide flags to pull via proxy and/or with certs

Example build command

docker build . -t docker-easy-pull;

Example run command

docker run --rm --privileged --name docker-easy-pull -e "PULL_TAG=busybox:latest" -e "OUTPUT_FILE=/images/busybox.tar" -v /c/Users/Josh/images:/images docker-easy-pull

About

Docker image to circumvent required machine-wide flags to pull via proxy and/or with certs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published