mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
36c0b59149
the `convertVolumeToMount()` function did not take anonymous volumes into account when converting volume specifications to bind-mounts. this resulted in the conversion to try to look up an empty "source" volume, which lead to an error; undefined volume: this patch distinguishes "anonymous" volumes from bind-mounts and named-volumes, and skips further processing if no source is defined (i.e. the volume is "anonymous"). Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
---|---|---|
.. | ||
cmd.go | ||
common.go | ||
deploy.go | ||
deploy_bundlefile.go | ||
deploy_test.go | ||
list.go | ||
opts.go | ||
ps.go | ||
remove.go | ||
services.go |