Commit Graph

9 Commits (db08552f10366702429ad7d7a37a942affb7ee8b)

Author SHA1 Message Date
Akihiro Suda 140e3e2057
rootless: recommend containerd over cri-o
containerd seems more stable for rootless

Workaround for issue 14400

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2022-06-30 12:47:22 +09:00
Akihiro Suda 92ab555928
Support rootless Podman driver, take 2
Usage:
```
minikube config set rootless true
minikube start --driver=podman --container-runtime=(cri-o|containerd)`
```

Tested on Podman 4.0.2, Ubuntu 21.10.

Needs cgroup v2 (as in Rootless Docker): https://rootlesscontaine.rs/getting-started/common/cgroup2/
See also `site/content/en/docs/drivers/includes/podman_usage.inc`

Fix issue 8719
Fix issue 12460
Replace PR 12901

Changes from PR 12901: `rootless` is now a config property.
In the previous PR, `--rootless` was implemented as a flag for `minikube start`

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2022-04-05 18:49:40 +09:00
Andrej Guran 98a661eae4
fix typo in podman docs
remove duplicate `https://``
2020-08-11 22:49:04 +01:00
Evgeny Shmarnev 00d5a358ac Fixes a broken link to docker driver doc 2020-08-07 11:49:14 +02:00
Matt Broberg 39eaf835d0 Steps to get podman running
- Remove repetitive notes in podman documentation
- Fix links in the usage document
- Tidy the language and grammar
2020-06-30 13:58:14 -05:00
TrishaChetani ca2a2500cb Incoperated changes to use ref link 2020-06-17 16:36:07 +02:00
TrishaChetani 30ad081298 Fixed broken links 2020-06-16 03:41:30 +02:00
Anders F Björklund e95ae3280c Fix copy/paste error on the podman usage page 2020-04-26 22:45:38 +02:00
tstromberg 4593ac3558 Change directory case 2020-04-04 20:30:07 -07:00