582 B
582 B
| title | linkTitle | weight | date | description |
|---|---|---|---|---|
| podman | podman | 3 | 2020-03-26 | Podman driver |
Overview
The podman driver is another kubernetes in container driver for minikube. simmilar to docker driver. podman driver is currently experimental. and only supported on Linux and MacOs (with a remote podman server)
Try it with CRI-O container runtime.
minikube start --driver=podman --container-runtime=cri-o
{{% readfile file="/docs/Reference/Drivers/includes/podman_usage.inc" %}}