add hint for docker installation
This commit is contained in:
@@ -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'
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user