Implement docker import with the standalone client lib.

Signed-off-by: David Calavera <david.calavera@gmail.com>
Upstream-commit: 6bf757500b404311cf24c6ce656d317f49b7cc37
Component: engine
This commit is contained in:
David Calavera
2015-12-03 17:11:37 -05:00
parent b04e039159
commit b2e5fbbc30
3 changed files with 64 additions and 19 deletions

View File

@ -5,7 +5,7 @@ import (
"net/url"
)
// CreateImageOptions holds information to create images
// CreateImageOptions holds information to create images.
type CreateImageOptions struct {
// Parent is the image to create this image from
Parent string