RemoteDockers v1.1.1 RemoteDockers.Image View Source
Connector to manage images
Link to this section Summary
Functions
Returns a list of images
List all images (with children)
Pull a Docker image from a repository
Link to this section Functions
Link to this function
list!(docker_host_config)
View Source
list!(RemoteDockers.DockerHostConfig.t()) :: [RemoteDockers.Image]
Returns a list of images
Link to this function
list_all!(docker_host_config)
View Source
list_all!(RemoteDockers.DockerHostConfig.t()) :: [RemoteDockers.Image]
List all images (with children)
Link to this function
pull!(docker_host_config, name)
View Source
pull!(RemoteDockers.DockerHostConfig.t(), bitstring()) :: [Map.t()]
Pull a Docker image from a repository.
The name
parameter is the name of the image to pull. It may include
a tag or digest.
For instance, use hello-world:latest
to pull the latest version of
the hello-world
image.