Documentation ¶
Index ¶
- func Build(docker *client.Docker, repository string, tags []string, ...)
- func Exists(docker *client.Docker, name string) (types.ImageSummary, bool, error)
- func List(docker *client.Docker, name string, all bool) ([]types.ImageSummary, error)
- func Pull(docker *client.Docker, id string, tag string)
- func Search(docker *client.Docker, term string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Build ¶
func Build(docker *client.Docker, repository string, tags []string, buildArgs map[string]*string, labels map[string]string, quiet bool)
Build builds docker image from git repository
func Exists ¶
Exists returns APIImages images list and true if the image name exists, otherwise false.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.