rocky91 Docker compose 초기 설치 설정 # Rocky 9 기준sudo dnf -y install dnf-plugins-coresudo dnf config-manager --add-repo https://download.docker.com/linux/rhel/docker-ce.reposudo dnf -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-pluginsudo systemctl enable --now dockersudo systemctl status docker# 기본 포트 열기sudo firewall-cmd --permanent --add-port=80/tcpsudo firewall-cmd --permanent --add-port=81.. 2026. 4. 30. 이전 1 다음