Files
gitea-pages/admin-guide/container/podman.md
2024-04-23 13:45:12 +02:00

8 lines
303 B
Markdown

# Podman
Podman engine runs "rootless" without any further configuration and is supported by Redhat Enterprise Support.
The Hiera configuration to install docker-podman with hiera would look like this:
```
base::pkg_group::extra:
- 'docker'
```
This will install podman from the appstream repository.