Package org.springframework.boot.docker.compose.core
package org.springframework.boot.docker.compose.core
Core interfaces and classes for working with docker compose.
-
ClassDescriptionProvides access to the ports that can be used to connect to a
RunningService.Provides a high-level API to work with Docker compose.A reference to a docker compose file (usually namedcompose.yaml).An origin which points to a service defined in docker compose.Base class for docker exceptions.DockerExceptionthrown if the docker daemon is not running.DockerExceptionthrown if the docker JSON cannot be parsed.DockerExceptionthrown if the docker process cannot be started.A reference to a Docker image of the form"imagename[:tag|@digest]".Provides details of a running docker compose service.