NAVIX에서 Docker를 설치하려면 RHEL 기반으로 해야 한다.

RHEL
Learn how to install Docker Engine on RHEL. These instructions cover the different installation methods, how to uninstall, and next steps.
리포 추가하기
sudo dnf -y install dnf-plugins-core
sudo dnf config-manager --add-repo https://download.docker.com/linux/rhel/docker-ce.repo
Docker 설치
sudo dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
Docker 시작하기
sudo systemctl enable --now docker