Skip to content

Commit

Permalink
Allow running podman as experimental driver
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund committed Sep 26, 2021
1 parent b1ea54d commit e30cb1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/minikube/driver/driver_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ var supportedDrivers = func() []string {
// on darwin/arm64 only docker and ssh are supported yet
return []string{
Docker,
Podman,
SSH,
}
}
Expand All @@ -37,6 +38,7 @@ var supportedDrivers = func() []string {
HyperKit,
VMware,
Docker,
Podman,
SSH,
}
}()
Expand Down

0 comments on commit e30cb1a

Please sign in to comment.