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

Struct OCIOptions

pkg/api/api.go:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77type OCIOptions struct {
78 InsecureRegistries []string
79}
80
81// Compose is the API interface one can use to programmatically use docker/compose in a third-party software
82// Use [compose.NewComposeService] to get an actual instance

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected