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
-