DockerApi() — spring-boot Function Reference
Architecture documentation for the DockerApi() function in DockerApi.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 41f5c9ca_7a61_90cb_4750_c29c1a092e1c["DockerApi()"] f5dda5d1_e20e_34d7_f2be_0e1de612579e["buildsImageWithCommandLineOptions()"] f5dda5d1_e20e_34d7_f2be_0e1de612579e -->|calls| 41f5c9ca_7a61_90cb_4750_c29c1a092e1c 38bb7b71_e857_71af_0091_6546516e0bd2["buildsImageWithCreatedDate()"] 38bb7b71_e857_71af_0091_6546516e0bd2 -->|calls| 41f5c9ca_7a61_90cb_4750_c29c1a092e1c 0f3527ed_bca1_8163_39ca_5908ddd6cb9e["buildsImageWithCurrentCreatedDate()"] 0f3527ed_bca1_8163_39ca_5908ddd6cb9e -->|calls| 41f5c9ca_7a61_90cb_4750_c29c1a092e1c 59ffb962_26a5_d14b_c297_e84d0815a53a["removeImages()"] 59ffb962_26a5_d14b_c297_e84d0815a53a -->|calls| 41f5c9ca_7a61_90cb_4750_c29c1a092e1c 1faefd32_8516_9471_4a48_c635a6455550["deleteVolumes()"] 1faefd32_8516_9471_4a48_c635a6455550 -->|calls| 41f5c9ca_7a61_90cb_4750_c29c1a092e1c 668a2455_7dd6_b80c_9199_f482779ac759["buildsImageAndPublishesToRegistry()"] 668a2455_7dd6_b80c_9199_f482779ac759 -->|calls| 41f5c9ca_7a61_90cb_4750_c29c1a092e1c d2a21545_70d3_0273_09ac_245a3da45a20["whenBuildImageIsInvokedWithPublish()"] d2a21545_70d3_0273_09ac_245a3da45a20 -->|calls| 41f5c9ca_7a61_90cb_4750_c29c1a092e1c 634bfe12_062e_2d9a_2555_c420fc58f695["whenBuildImageIsInvokedWithCommandLineParameters()"] 634bfe12_062e_2d9a_2555_c420fc58f695 -->|calls| 41f5c9ca_7a61_90cb_4750_c29c1a092e1c 9df13795_b342_e23d_fbbd_870360bdf14f["whenBuildImageIsInvokedWithCreatedDate()"] 9df13795_b342_e23d_fbbd_870360bdf14f -->|calls| 41f5c9ca_7a61_90cb_4750_c29c1a092e1c 13c989e5_00c5_720d_ff58_3cfe1eb19804["whenBuildImageIsInvokedWithCurrentCreatedDate()"] 13c989e5_00c5_720d_ff58_3cfe1eb19804 -->|calls| 41f5c9ca_7a61_90cb_4750_c29c1a092e1c 1f5de288_4054_671a_09ef_4241b1ba9474["removeImages()"] 1f5de288_4054_671a_09ef_4241b1ba9474 -->|calls| 41f5c9ca_7a61_90cb_4750_c29c1a092e1c 1c432d58_16ca_1503_d046_4cba5114e02b["removeImage()"] 1c432d58_16ca_1503_d046_4cba5114e02b -->|calls| 41f5c9ca_7a61_90cb_4750_c29c1a092e1c 796bdd2a_3a15_ecc2_97ae_dd72ce1ed61b["deleteVolumes()"] 796bdd2a_3a15_ecc2_97ae_dd72ce1ed61b -->|calls| 41f5c9ca_7a61_90cb_4750_c29c1a092e1c d94ca924_abe2_d862_5c9e_88bc2a2df020["create()"] 41f5c9ca_7a61_90cb_4750_c29c1a092e1c -->|calls| d94ca924_abe2_d862_5c9e_88bc2a2df020 style 41f5c9ca_7a61_90cb_4750_c29c1a092e1c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/DockerApi.java lines 88–90
public DockerApi() {
this(HttpTransport.create((DockerConnectionConfiguration) null), DockerLog.toSystemOut());
}
Domain
Subdomains
Calls
- ContainerApi()
- ImageApi()
- JsonStream()
- SystemApi()
- VolumeApi()
- create()
- get()
Called By
- buildsImageAndPublishesToRegistry()
- buildsImageWithCommandLineOptions()
- buildsImageWithCreatedDate()
- buildsImageWithCurrentCreatedDate()
- deleteVolumes()
- deleteVolumes()
- removeImage()
- removeImages()
- removeImages()
- whenBuildImageIsInvokedWithCommandLineParameters()
- whenBuildImageIsInvokedWithCreatedDate()
- whenBuildImageIsInvokedWithCurrentCreatedDate()
- whenBuildImageIsInvokedWithPublish()
Source
Frequently Asked Questions
What does DockerApi() do?
DockerApi() is a function in the spring-boot codebase.
What does DockerApi() call?
DockerApi() calls 7 function(s): ContainerApi, ImageApi, JsonStream, SystemApi, VolumeApi, create, get.
What calls DockerApi()?
DockerApi() is called by 13 function(s): buildsImageAndPublishesToRegistry, buildsImageWithCommandLineOptions, buildsImageWithCreatedDate, buildsImageWithCurrentCreatedDate, deleteVolumes, deleteVolumes, removeImage, removeImages, and 5 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free