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

Struct ConfigOptions

pkg/api/api.go:359–366  ·  view source on GitHub ↗

ConfigOptions group options of the Config API

Source from the content-addressed store, hash-verified

357
358// ConfigOptions group options of the Config API
359type ConfigOptions struct {
360 // Format define the output format used to dump converted application model (json|yaml)
361 Format string
362 // Output defines the path to save the application model
363 Output string
364 // Resolve image reference to digests
365 ResolveImageDigests bool
366}
367
368// PushOptions group options of the Push API
369type PushOptions struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected