Interface ContainerRegistry
-
public interface ContainerRegistryA registry of container images.- Author:
- mpolden
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteAll(List<ContainerImage> images)Delete all given imagesList<ContainerImage>list()Returns a list of all container images in this system
-
-
-
Method Detail
-
deleteAll
void deleteAll(List<ContainerImage> images)
Delete all given images
-
list
List<ContainerImage> list()
Returns a list of all container images in this system
-
-