package
2.0.0-rc.2+incompatible
Repository: https://github.com/docker/compose-cli.git
Documentation: pkg.go.dev

# Constants

RestartPolicyAny Always restarts.
RestartPolicyNone Never restarts.
RestartPolicyOnFailure Restarts only on failure.
RestartPolicyRunAlways Always restarts.
RestartPolicyRunNo Always restarts.

# Structs

Container represents a created container.
ContainerConfig contains the configuration data about a container.
DeleteRequest contains configuration about a delete request.
ExecRequest contaiens configuration about an exec request.
Healthcheck defines the configuration of a healthcheck.
HostConfig config of the container host.
LogsRequest contains configuration about a log request.
Port represents a published port of a container.
RuntimeConfig config of a created container.

# Interfaces

Service interacts with the underlying container backend.