DockerAPI.Images
SourceSummary
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
Specs:
- create(Map.t, DockerAPI.Client.t) :: :ok
Create an image either by pulling it from the registry or by importing it
Specs:
- create(String.t, String.t, DockerAPI.Client.t) :: :ok
Create an image by pulling it from the registry
Same as doing create(%{fromImage: “image”, tag: “tag”}, client)
Specs:
- list(DockerAPI.Client.t) :: [Map.t]
List images