Install Docker in an AIR-GAPPED Environnement ( > RHEL 8 )

Hello everyone

I’m currently looking to deploy via an Ansible playbook to install Docker. I followed the official Docker doc to install it. Knowing that I am in a restricted environment I use the second method via RPM packages. However, I have the impression that some dependencies are missing because when installing the RPM , There are some errors of the that I install with yum the containerd.io package. Has anyone tried this approach if yes what are the prerequisites that might be missing ?

When I installed Docker CE in an air-gapped environment I had an APT repository mirror locally. Sometimes I just download apt packages with all the dependencies, copy the files to the remote server and install from those files. I’m not sure how its done on RHEL.

What is your error message exactly?