Documentation
¶
Index ¶
- Constants
- type Runner
- func (r *Runner) Build(options config.BuildOptions) (string, error)
- func (r *Runner) Delete(labels []string, deleteVolumes bool) error
- func (r *Runner) FindDevContainer(ctx context.Context) (*config.ContainerDetails, error)
- func (r *Runner) Stop() error
- func (r *Runner) Up(options UpOptions) (*config.Result, error)
- type UpOptions
- type WorkspaceConfig
Constants ¶
View Source
const ( ConfigFilesLabel = "com.docker.compose.project.config_files" FeaturesBuildOverrideFilePrefix = "docker-compose.devcontainer.build" FeaturesStartOverrideFilePrefix = "docker-compose.devcontainer.containerFeatures" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
Driver driver.Driver
WorkspaceConfig *provider2.AgentWorkspaceInfo
AgentPath string
AgentDownloadURL string
LocalWorkspaceFolder string
SubstitutionContext *config.SubstitutionContext
ID string
Log log.Logger
}
func (*Runner) FindDevContainer ¶
type WorkspaceConfig ¶
Click to show internal directories.
Click to hide internal directories.