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
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.