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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user