(volume, key string)
| 568 | } |
| 569 | |
| 570 | func 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…