remote: allow docker exporter on remote driver

There is no reason why one can't make a docker tarball or
load to Docker instance from remote driver.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
pull/1844/head
Tonis Tiigi 2 years ago
parent 341fb65f6f
commit b273db20c3
No known key found for this signature in database
GPG Key ID: AFA9DE5F8AB7AF39

@ -90,7 +90,7 @@ func (d *Driver) Client(ctx context.Context) (*client.Client, error) {
func (d *Driver) Features() map[driver.Feature]bool {
return map[driver.Feature]bool{
driver.OCIExporter: true,
driver.DockerExporter: false,
driver.DockerExporter: true,
driver.CacheExport: true,
driver.MultiPlatform: true,
}

Loading…
Cancel
Save