| Package | Description |
|---|---|
| org.springframework.boot.buildpack.platform.docker |
A limited Docker API providing the operations needed by pack.
|
| org.springframework.boot.buildpack.platform.docker.type |
Docker types.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerReference |
DockerApi.ContainerApi.create(ContainerConfig config,
ContainerContent... contents)
Create a new container a
ContainerConfig. |
| Modifier and Type | Method and Description |
|---|---|
static ContainerContent |
ContainerContent.of(TarArchive archive)
Factory method to create a new
ContainerContent instance written to the
root of the container. |
static ContainerContent |
ContainerContent.of(TarArchive archive,
String destinationPath)
Factory method to create a new
ContainerContent instance. |