14 lines
505 B
Markdown
14 lines
505 B
Markdown
# Docker
|
|
|
|
### Disclaimer
|
|
There are two container runtimes supported by us, but only one by Redhat. If you want to use Redhat third level support you'd have to use Podman.
|
|
Be aware that compose files and run commands can vary between docker-ce and podman!
|
|
|
|
## Docker
|
|
Docker-CE will have always the latest features in docker engine and docker compose.
|
|
The docker repo is enabled by default and the packages can be installed by using follwing code in hiera.
|
|
```
|
|
base::pkg_group::extra:
|
|
- 'docker-ce'
|
|
```
|