DockerAPI.Images

Source

Summary

create(params, client)

Create an image either by pulling it from the registry or by importing it

create(image, tag, client)

Create an image by pulling it from the registry

list(client)

List images

Functions

create(params, client)

Specs:

Create an image either by pulling it from the registry or by importing it

Source
create(image, tag, client)

Specs:

Create an image by pulling it from the registry

Same as doing create(%{fromImage: “image”, tag: “tag”}, client)

Source
list(client)

Specs:

List images

Source