add hint for docker installation

This commit is contained in:
2024-05-02 10:43:36 +02:00
parent a7a456c940
commit d9a3b1da14

View File

@@ -11,3 +11,16 @@ The docker repo is enabled by default and the packages can be installed by using
base::pkg_group::extra:
- 'docker-ce'
```
## Desktop Systems
Up to now the desktop/console setup (i.e. installing the yum group "@Server with GUI") installes podman by default (via the yum group "@Container Management")
Until this is fixed (see merge request: https://git.psi.ch/linux-infra/puppet/-/merge_requests/1256)
following exclude statement must be included in hiera:
```
base::package_exclude:
- 'podman'
- 'cockpit-podman'
- 'buildah'
```