Docker.Images

Summary

delete(image)

Deletes a local image

inspect(name)

Inspect a Docker image by name or id

list()

List all Docker images

list(filter)

Return a filtered list of Docker images

pull(image)

Pull a Docker image from the repo

pull(image, tag)
pull(image, tag, auth)

Pull a Docker image from the repo after authenticating

Functions

delete(image)

Deletes a local image.

inspect(name)

Inspect a Docker image by name or id.

list()

List all Docker images.

list(filter)

Return a filtered list of Docker images.

pull(image)

Pull a Docker image from the repo.

pull(image, tag)
pull(image, tag, auth)

Pull a Docker image from the repo after authenticating.