Interface ContainerRegistry
public interface ContainerRegistry
A registry of container images.
- Author:
- mpolden
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteAll(List<ContainerImage> images) Delete all given imageslist()Returns a list of all container images in this system
-
Method Details
-
deleteAll
Delete all given images -
list
List<ContainerImage> list()Returns a list of all container images in this system
-