Uses of Class
org.springframework.boot.gradle.tasks.bundling.DockerSpec
Package
Description
Support for creating executable jars and wars.
-
Uses of DockerSpec in org.springframework.boot.gradle.tasks.bundling
Modifier and TypeMethodDescriptionBootBuildImage.getDocker()
Returns the Docker configuration the builder will use.Modifier and TypeMethodDescriptionvoid
BootBuildImage.docker
(Action<DockerSpec> action) Configures the Docker connection using the givenaction
.