Skip to content

Commit

Permalink
Merge pull request #6791 from medyagh/kic_ga
Browse files Browse the repository at this point in the history
promote docker driver priority from "experimental" to "fallback"
  • Loading branch information
medyagh authored Mar 5, 2020
2 parents 4c599a4 + 9c7e5f4 commit ba19967
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 ba19967

Please sign in to comment.