다음 명령을 실행하여 centos 7에 docker를 설치했습니다.
curl -sSL https://get.docker.com/ | sh
systemctl enable docker && systemctl start docker
docker run hello-world
참고 : helloworld는 올바르게 실행되며 문제가 없습니다.
그러나 docker-compose (docker-compose.yml이 존재하고 유효 함)를 실행하려고 할 때 Centos에서만 오류가 발생합니다 (Windows 버전은 docker-compose 파일에 대해 잘 작동합니다)
/usr/local/bin/docker-compose: line 1: {error:Not Found}: command not found