mirror of
https://github.com/moby/moby.git
synced 2026-07-13 19:12:11 +00:00
This field was added to allow templating the storage-location of the storage driver as part of a refactor inf5916b10ae. In practice, the template is never customized, and always set to; `/<data-root>/image/<driver-name>/layerdb`, where `<driver-name>` is passed in by the driver. This patch removes the field and its uses. -00ab386b5a/daemon/daemon.go (L1074-L1075)-00ab386b5a/integration/image/remove_unix_test.go (L50-L51)Signed-off-by: Sebastiaan van Stijn <github@gone.nl>