Documentation ¶
Index ¶
Constants ¶
View Source
const ( AppLabel = "app.seelf.application" EnvironmentLabel = "app.seelf.environment" )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Docker ¶ added in v1.2.0
type Docker struct {
// contains filtered or unexported fields
}
func New ¶
func New(options Options, logger log.Logger, configuration ...DockerOptions) *Docker
Creates a docker backend with given options. The configuration is mostly used to ease the testing of some internals.
type DockerOptions ¶
type DockerOptions func(*Docker)
func WithDockerAndCompose ¶
func WithDockerAndCompose(cli command.Cli, composeService api.Service) DockerOptions
Use the given compose service and cli instead of creating new ones. Used for testing.
Click to show internal directories.
Click to hide internal directories.