Class DockerComposeConnectionSource
java.lang.Object
org.springframework.boot.docker.compose.service.connection.DockerComposeConnectionSource
Passed to
DockerComposeConnectionDetailsFactory
to provide details of the
running docker compose service
.- Since:
- 3.1.0
- Author:
- Moritz Halbritter, Andy Wilkinson, Phillip Webb
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturn the running docker compose service.
-
Method Details
-
getRunningService
Return the running docker compose service.- Returns:
- the running service
-