RemoteDockers v1.3.3 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!(node_config)
View Source
list!(RemoteDockers.NodeConfig.t()) :: [RemoteDockers.Image]
Returns a list of images
Link to this function
list_all!(node_config)
View Source
list_all!(RemoteDockers.NodeConfig.t()) :: [RemoteDockers.Image]
List all images (with children)
Link to this function
pull!(node_config, name)
View Source
pull!(RemoteDockers.NodeConfig.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.