Documentation
¶
Index ¶
- Constants
- type Compose
- func (c Compose) Cli() *command.DockerCli
- func (c Compose) Down(ctx context.Context, prj *types.Project, volumes bool) error
- func (c Compose) Exec(ctx context.Context, prj *types.Project, serviceName string, name string, ...) error
- func (c Compose) ImageUser(ctx context.Context, image string) (string, error)
- func (c Compose) Info(ctx context.Context) (system.Info, error)
- func (c Compose) List(ctx context.Context, all bool) ([]container.Summary, error)
- func (c Compose) ListProjects(ctx context.Context, all bool) ([]api.Stack, error)
- func (c Compose) Pull(ctx context.Context, prj *types.Project, platform string, ...) error
- func (c Compose) Remove(ctx context.Context, prj *types.Project, services ...string) error
- func (c Compose) Up(ctx context.Context, prj *types.Project, wait bool) error
- func (c Compose) VolumeExists(ctx context.Context, name string) (bool, error)
Constants ¶
View Source
const ( ADLabel = "app.arenadata.io" ADAppTypeLabelKey = ADLabel + "/type" // ADAppAdcmLabelKey names the ADCM service a worker was built from, so that // apply can find the credentials it shares with it ADAppAdcmLabelKey = ADLabel + "/adcm" ADVaultModeLabelKey = ADLabel + "/vault-mode" DefaultNetwork = "default" DefaultPlatform = "linux/amd64" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compose ¶
type Compose struct {
// contains filtered or unexported fields
}
func (Compose) ListProjects ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.