Uses of Class
org.springframework.boot.gradle.tasks.bundling.DockerSpec
Packages that use DockerSpec
Package
Description
Support for creating executable jars and wars.
-
Uses of DockerSpec in org.springframework.boot.gradle.tasks.bundling
Methods in org.springframework.boot.gradle.tasks.bundling that return DockerSpecModifier and TypeMethodDescriptionBootBuildImage.getDocker()Returns the Docker configuration the builder will use.Method parameters in org.springframework.boot.gradle.tasks.bundling with type arguments of type DockerSpecModifier and TypeMethodDescriptionvoidBootBuildImage.docker(Action<DockerSpec> action) Configures the Docker connection using the givenaction.