About
Go-getdockerimage is a utility tool to download images from docker hub and export them.
Exporting images is useful, if you have a server without access to docker hub.
Use case
- Export image on a machine with access to docker hub
- Copy image to your server
- Load image with docker load --input MyImage
Getting started
Make sure that docker is installed and checkout the project.
make test
make build
Usage
Make sure that $GOPATH/bin is in your path.
Download tool:
go install github.com/EricNeid/go-getdockerimage/cmd/getdockerimage
Run it:
getdockerimage.exe foo/image:2.0.0
=> foo_image_2.0.0.img
Please feel free to open a new issue:
https://github.com/EricNeid/go-getdockerimage/issues