Docker.Images (docker v0.4.0)
Link to this section Summary
Functions
Deletes a local image.
Inspect a Docker image by name or id.
List all Docker images.
Return a filtered list of Docker images.
Pull a Docker image from the repo.
Pull a Docker image from the repo after authenticating.
Link to this section Functions
Link to this function
delete(image)
Deletes a local image.
Link to this function
inspect(name)
Inspect a Docker image by name or id.
Link to this function
list()
List all Docker images.
Link to this function
list(filter)
Return a filtered list of Docker images.
Link to this function
pull(image)
Pull a Docker image from the repo.
Link to this function
pull(image, tag)
Link to this function
pull(image, tag, auth)
Pull a Docker image from the repo after authenticating.