mirror of
https://github.com/moby/moby.git
synced 2026-07-11 00:58:22 +00:00
Plugin config can have Mounts without a 'Source' field. In such cases, performing a 'plugin set' on the mount source will panic the daemon. Its the same case for device paths as well. This detects the case and returns error. Signed-off-by: Anusha Ragunathan <anusha.ragunathan@docker.com>