Skip to content

Commit

Permalink
mark docker driver from experimental to fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Feb 25, 2020
1 parent 946bdff commit 9c7e5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/registry/drvs/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
Expand Down

0 comments on commit 9c7e5f4

Please sign in to comment.