Class DockerApi
java.lang.Object
org.springframework.boot.buildpack.platform.docker.DockerApi
Provides access to the limited set of Docker APIs needed by pack.
- Since:
- 2.3.0
- Author:
- Phillip Webb, Scott Frederick, Rafael Ceccone
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
Docker API for container operations.class
Docker API for image operations.class
Docker API for volume operations. -
Constructor Summary
ConstructorDescriptionCreate a newDockerApi
instance.DockerApi
(DockerConfiguration dockerConfiguration) Create a newDockerApi
instance. -
Method Summary
-
Constructor Details
-
Method Details
-
image
Return the Docker API for image operations.- Returns:
- the image API
-
container
Return the Docker API for container operations.- Returns:
- the container API
-
volume
-