# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
ServiceHash is from https://github.com/docker/compose/blob/v2.2.2/pkg/compose/hash.go#L28-L38.
# Constants
RecreateDiverged specifies only recreating service containers which diverges from compose model.
RecreateForce specifies always force-recreating service containers.
RecreateNever specifies never recreating existing service containers.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CreateOptions stores all option input from `nerdctl compose create`.
No description provided by the author
ExecOptions stores options passed from users as flags and args.
No description provided by the author
No description provided by the author
Options groups the command line options recommended for a Compose implementation (ProjectOptions) and extra options for nerdctl.
PortOptions has args for getting the public port of a given private port/protocol in a service container.
No description provided by the author
No description provided by the author
RemoveOptions stores all options when removing compose containers: Stop: if true, remove using `rm -f`; if false, check and skip running containers.
RestartOptions stores all option input from `nerdctl compose restart`.
No description provided by the author
StopOptions stores all option input from `nerdctl compose stop`.
No description provided by the author