minikube/site/content/en/docs/drivers/podman.md

901 B

title weight aliases
podman 3
/docs/reference/drivers/podman

Overview

{{% pageinfo %}} This driver is experimental and in active development. Help wanted! {{% /pageinfo %}}

The podman driver is another kubernetes in container driver for minikube. similar to docker driver. The podman driver is experimental, and only supported on Linux and macOS (with a remote podman server).

Requirements

Try it with CRI-O container runtime.

minikube start --driver=podman --container-runtime=cri-o

{{% readfile file="/docs/drivers/includes/podman_usage.inc" %}}

Known Issues

  • Podman driver is not supported on non-amd64 architectures such as arm yet. For non-amd64 archs please use [other drivers]({{< ref "/docs/drivers/" >}}