podman.md 901 字节
Newer Older
M
Medya Gh 已提交
1 2 3
---
title: "podman"
weight: 3
4 5
aliases:
    - /docs/reference/drivers/podman
M
Medya Gh 已提交
6 7 8 9
---

## Overview

10 11 12
{{% pageinfo %}}
This driver is experimental and in active development. Help wanted!
{{% /pageinfo %}}
M
Medya Gh 已提交
13

14 15 16
The podman driver is another kubernetes in container driver for minikube. similar to [docker](https://minikube.sigs.k8s.io/Drivers/docker/) driver. The podman driver is  experimental, and only supported on Linux and macOS (with a remote podman server).

## Requirements
M
Medya Gh 已提交
17

18
- amd64 system 
M
Medya Gh 已提交
19
- Install [Podman](https://podman.io/getting-started/installation) 
20

M
Medya Gh 已提交
21
## Try it with CRI-O container runtime.
22

M
Medya Gh 已提交
23 24 25 26
```shell
minikube start --driver=podman --container-runtime=cri-o
```

27
{{% readfile file="/docs/drivers/includes/podman_usage.inc" %}}
28 29 30

## 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/" >}}