forked from Controls/gitea-pages
docker and podman doc
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# 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'
|
||||
```
|
||||
Reference in New Issue
Block a user