DockerContext() — spring-boot Function Reference
Architecture documentation for the DockerContext() function in DockerConfigurationMetadata.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 7e83b596_3b8c_d206_adf6_3f444ca0074e["DockerContext()"] a3f3ed28_6f64_5789_dfeb_dbeb343c7fb0["withTlsPath()"] a3f3ed28_6f64_5789_dfeb_dbeb343c7fb0 -->|calls| 7e83b596_3b8c_d206_adf6_3f444ca0074e 0cfd5d92_9f6d_4c32_1c40_bc55129aa432["fromJson()"] 0cfd5d92_9f6d_4c32_1c40_bc55129aa432 -->|calls| 7e83b596_3b8c_d206_adf6_3f444ca0074e 5d1cbf74_1e11_a41e_d012_0c9d222737ea["empty()"] 5d1cbf74_1e11_a41e_d012_0c9d222737ea -->|calls| 7e83b596_3b8c_d206_adf6_3f444ca0074e 76940359_add9_4519_6ff4_94f95a81453d["valueAt()"] 7e83b596_3b8c_d206_adf6_3f444ca0074e -->|calls| 76940359_add9_4519_6ff4_94f95a81453d style 7e83b596_3b8c_d206_adf6_3f444ca0074e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/configuration/DockerConfigurationMetadata.java lines 265–270
private DockerContext(JsonNode node, @Nullable String tlsPath) {
super(node, MethodHandles.lookup());
this.dockerHost = valueAt("/Endpoints/" + DOCKER_ENDPOINT + "/Host", String.class);
this.skipTlsVerify = valueAt("/Endpoints/" + DOCKER_ENDPOINT + "/SkipTLSVerify", Boolean.class);
this.tlsPath = tlsPath;
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does DockerContext() do?
DockerContext() is a function in the spring-boot codebase.
What does DockerContext() call?
DockerContext() calls 1 function(s): valueAt.
What calls DockerContext()?
DockerContext() is called by 3 function(s): empty, fromJson, withTlsPath.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free