mark docker driver from experimental to fallback

pull/6791/head
Medya Gh 2020-02-24 17:10:58 -08:00
parent 946bdff626
commit 9c7e5f4534
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ func init() {
Config: configure,
Init: func() drivers.Driver { return kic.NewDriver(kic.Config{OCIBinary: oci.Docker}) },
Status: status,
Priority: registry.Experimental,
Priority: registry.Fallback,
}); err != nil {
panic(fmt.Sprintf("register failed: %v", err))
}