docker / docs

Source repo for Docker's Documentation
https://docs.docker.com
Apache License 2.0
4.14k stars 7.16k forks source link

Experimental support for RHEL x86_64 and aarch64. #20921

Open MarawanAHassaan opened 1 day ago

MarawanAHassaan commented 1 day ago

Is this a docs issue?

Type of issue

I can't find what I'm looking for

Description

1- What is the meaning of experimental and how long till it becomes fully supported? 2- Is it reliable to use in real life production of RHEL 9 systems? 3- Any security implications can occur while using docker containers in production?

Location

https://docs.docker.com/engine/install/rhel/

Suggestion

No response

dvdksn commented 1 day ago

Hello!

1- What is the meaning of experimental and how long till it becomes fully supported?

RHEL will be fully supported with the next Docker Desktop release. This includes Docker Engine x86/aarch64 on RHEL.

2- Is it reliable to use in real life production of RHEL 9 systems?

Yes! Note that Docker Inc does not provide support for using the Docker Engine as a standalone container runtime. It's an open source project supported by the Moby organization and its maintainers.

3- Any security implications can occur while using docker containers in production?

This is a very broad question. As long as you configure and secure your Docker daemon appropriately, there is no reason you couldn't use it to run production containers. No software is immune to security vulnerabilities or misconfiguration.