go-getdockerimage

module
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2020 License: MIT

README

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

Question or comments

Please feel free to open a new issue: https://github.com/EricNeid/go-getdockerimage/issues

Directories

Path Synopsis
cmd
getdockerimage command
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL