8 lines
303 B
Markdown
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. |