enable other exporters if docker driver uses containerd

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
pull/1262/head
Tonis Tiigi 2 years ago
parent 96c1b05238
commit 3bc7d4bec6

@ -66,9 +66,9 @@ func (d *Driver) Features() map[driver.Feature]bool {
} }
} }
return map[driver.Feature]bool{ return map[driver.Feature]bool{
driver.OCIExporter: false, driver.OCIExporter: useContainerdSnapshotter,
driver.DockerExporter: false, driver.DockerExporter: useContainerdSnapshotter,
driver.CacheExport: false, driver.CacheExport: useContainerdSnapshotter,
driver.MultiPlatform: useContainerdSnapshotter, driver.MultiPlatform: useContainerdSnapshotter,
} }
} }

Loading…
Cancel
Save