From 6217ddbf6ce3c86a14376a44476ea3abed432fbe Mon Sep 17 00:00:00 2001 From: ebner Date: Thu, 8 Aug 2024 13:13:12 +0200 Subject: [PATCH] update container --- admin-guide/container.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin-guide/container.md b/admin-guide/container.md index 5ad1ef92..a46433cb 100644 --- a/admin-guide/container.md +++ b/admin-guide/container.md @@ -1,7 +1,9 @@ # Container ```{warning} -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! +Although we enable you to use both container runtimes Podman and Docker it is important to note that only Podman is supported by RedHat. So if you have a critical application and need/want to also rely on Redhat third level support you'd have to use Podman! + +Also be aware that _compose_ files and _commands_ can vary between docker-ce and podman! ```