MCPcopy Create free account
hub / github.com/docker/compose / GenerateOptions

Struct GenerateOptions

pkg/api/api.go:663–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661}
662
663type GenerateOptions struct {
664 // ProjectName to set in the Compose file
665 ProjectName string
666 // Containers passed in the command line to be used as reference for service definition
667 Containers []string
668}
669
670const (
671 // STARTING indicates that stack is being deployed

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected