MCPcopy Create free account
hub / github.com/docker/cli / externalVolumeError

Function externalVolumeError

cli/compose/loader/loader.go:570–572  ·  view source on GitHub ↗
(volume, key string)

Source from the content-addressed store, hash-verified

568}
569
570func externalVolumeError(volume, key string) error {
571 return fmt.Errorf(`conflicting parameters "external" and %q specified for volume %q`, key, volume)
572}
573
574// LoadVolumes produces a VolumeConfig map from a compose file Dict
575// the source Dict is not validated if directly used. Use Load() to enable validation

Callers 1

LoadVolumesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…