MCPcopy
hub / github.com/moby/moby / Remove

Method Remove

daemon/volume/volume.go:26–26  ·  view source on GitHub ↗

Remove deletes the volume.

(vol Volume)

Source from the content-addressed store, hash-verified

24 Create(name string, opts map[string]string) (Volume, error)
25 // Remove deletes the volume.
26 Remove(vol Volume) (err error)
27 // List lists all the volumes the driver has
28 List() ([]Volume, error)
29 // Get retrieves the volume with the requested name

Callers 15

TestEtcCDIFunction · 0.65
TestLegacyLinkFunction · 0.65
TestRemoveLegacyLinkFunction · 0.65
TestPortMappingRestoreFunction · 0.65
TestConfigDaemonIDFunction · 0.65

Calls

no outgoing calls

Tested by 15

TestEtcCDIFunction · 0.52
TestLegacyLinkFunction · 0.52
TestRemoveLegacyLinkFunction · 0.52
TestPortMappingRestoreFunction · 0.52
TestConfigDaemonIDFunction · 0.52