package
0.1.23
Repository: https://github.com/docker/compose-cli.git
Documentation: pkg.go.dev

# Functions

ContextStore returns the store from the context.
New returns a configured context store with specified root dir (eg.
WithContextStore adds the store to the context.

# Constants

AciContextType is the endpoint key in the context endpoints for an ACI backend.
AwsContextType is the type for aws contexts (currently a CLI plugin, not associated with cli backend) to be removed with the cli plugin.
DefaultContextName is an automatically generated local context.
DefaultContextType is the type for all moby contexts (not associated with cli backend).
EcsContextType is the endpoint key in the context endpoints for an ECS backend.
EcsLocalSimulationContextType is the endpoint key in the context endpoints for an ECS backend running local simulation endpoints.
ExampleContextType is the endpoint key in the context endpoints for an example backend.
LocalContextType is the endpoint key in the context endpoints for a new local backend.

# Structs

AciContext is the context for the ACI backend.
ContextMetadata is represtentation of the data we put in a context metadata.
DockerContext represents the docker context metadata.
EcsContext is the context for the AWS backend.
Endpoint holds the Docker or the Kubernetes endpoint, they both have the `Host` property, only kubernetes will have the `DefaultNamespace`.
ExampleContext is the context for the example backend.
LocalContext is the context for the local backend.

# Interfaces

Store is the context store.

# Type aliases

AwsContext is the context for the ecs plugin.