createDockerConfiguration() — spring-boot Function Reference
Architecture documentation for the createDockerConfiguration() function in DockerTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 9a08d1e5_3de7_caf2_d6f8_d31c58939529["createDockerConfiguration()"] 8da93d66_6418_a582_79da_ecafaa61866b["asDockerConfigurationWithDefaults()"] 8da93d66_6418_a582_79da_ecafaa61866b -->|calls| 9a08d1e5_3de7_caf2_d6f8_d31c58939529 e9cc038b_f1c8_c33d_926d_59c41c647125["asDockerConfigurationWithHostConfiguration()"] e9cc038b_f1c8_c33d_926d_59c41c647125 -->|calls| 9a08d1e5_3de7_caf2_d6f8_d31c58939529 f3ad7ad5_7661_d66d_6d48_9c8a5c294139["asDockerConfigurationWithContextConfiguration()"] f3ad7ad5_7661_d66d_6d48_9c8a5c294139 -->|calls| 9a08d1e5_3de7_caf2_d6f8_d31c58939529 8340e456_01ce_0d48_1e60_ab6136c21e3c["asDockerConfigurationWithHostAndContextFails()"] 8340e456_01ce_0d48_1e60_ab6136c21e3c -->|calls| 9a08d1e5_3de7_caf2_d6f8_d31c58939529 acbde48f_5a41_1844_a0d0_8f5ca02e4d02["asDockerConfigurationWithBindHostToBuilder()"] acbde48f_5a41_1844_a0d0_8f5ca02e4d02 -->|calls| 9a08d1e5_3de7_caf2_d6f8_d31c58939529 299294e1_e5c8_3dc5_0f3e_7eee02825465["asDockerConfigurationWithUserAuth()"] 299294e1_e5c8_3dc5_0f3e_7eee02825465 -->|calls| 9a08d1e5_3de7_caf2_d6f8_d31c58939529 ca36d316_a76e_d2b7_2e6d_a84d07e7cf0c["asDockerConfigurationWithIncompleteBuilderUserAuthFails()"] ca36d316_a76e_d2b7_2e6d_a84d07e7cf0c -->|calls| 9a08d1e5_3de7_caf2_d6f8_d31c58939529 413099d5_7914_9b3a_42c4_5a4c06dbeb53["asDockerConfigurationWithIncompletePublishUserAuthFails()"] 413099d5_7914_9b3a_42c4_5a4c06dbeb53 -->|calls| 9a08d1e5_3de7_caf2_d6f8_d31c58939529 2653a639_1e4f_114a_7d68_1c9851240f8c["asDockerConfigurationWithTokenAuth()"] 2653a639_1e4f_114a_7d68_1c9851240f8c -->|calls| 9a08d1e5_3de7_caf2_d6f8_d31c58939529 e61bca68_c46c_4f29_a499_dd04b08ebf87["asDockerConfigurationWithUserAndTokenAuthFails()"] e61bca68_c46c_4f29_a499_dd04b08ebf87 -->|calls| 9a08d1e5_3de7_caf2_d6f8_d31c58939529 style 9a08d1e5_3de7_caf2_d6f8_d31c58939529 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-maven-plugin/src/test/java/org/springframework/boot/maven/DockerTests.java lines 252–254
private BuilderDockerConfiguration createDockerConfiguration(Docker docker) {
return docker.asDockerConfiguration(this.log, true);
}
Domain
Subdomains
Called By
- asDockerConfigurationWithBindHostToBuilder()
- asDockerConfigurationWithContextConfiguration()
- asDockerConfigurationWithDefaults()
- asDockerConfigurationWithHostAndContextFails()
- asDockerConfigurationWithHostConfiguration()
- asDockerConfigurationWithIncompleteBuilderUserAuthFails()
- asDockerConfigurationWithIncompletePublishUserAuthFails()
- asDockerConfigurationWithTokenAuth()
- asDockerConfigurationWithUserAndTokenAuthFails()
- asDockerConfigurationWithUserAuth()
Source
Frequently Asked Questions
What does createDockerConfiguration() do?
createDockerConfiguration() is a function in the spring-boot codebase.
What calls createDockerConfiguration()?
createDockerConfiguration() is called by 10 function(s): asDockerConfigurationWithBindHostToBuilder, asDockerConfigurationWithContextConfiguration, asDockerConfigurationWithDefaults, asDockerConfigurationWithHostAndContextFails, asDockerConfigurationWithHostConfiguration, asDockerConfigurationWithIncompleteBuilderUserAuthFails, asDockerConfigurationWithIncompletePublishUserAuthFails, asDockerConfigurationWithTokenAuth, and 2 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free