Interface DockerImages
public interface DockerImages
-
Method Summary
Modifier and TypeMethodDescriptionget()Get docker images versionsdefault DockerImageVersionGet docker image informationdefault DockerImageVersionget(DockerImageName imageName) Get docker image information
-
Method Details
-
get
DockerImageVersions get()Get docker images versions- Returns:
- The docker images versions known in this instance
-
get
Get docker image information- Parameters:
imageName- name of the image to get information for- Returns:
- The docker image with this name
- Throws:
UnknownDockerImageException- if the image can't be found
-
get
Get docker image information- Parameters:
imageName- name of the image to get information for- Returns:
- The docker image with this name
- Throws:
UnknownDockerImageException- if the image can't be found
-