Package tech.jhipster.lite.docker.domain
Interface DockerImages
public interface DockerImages
-
Method Summary
Modifier and TypeMethodDescriptiondefault DockerImageGet docker image informationget(DockerImageName imageName) Get docker image information
-
Method Details
-
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
-