Published on

도커 컴포즈가 되지않는다?!

문제

도커와 도커 컴포즈를 설치한 후 권한을 주고 docker-compose build를 하였는데

ec2 error: couldn't connect to docker daemon at http+docker://localhost - is it running?
if it's at a non-standard location, specify the url with the docker_host environment variable.

에러가 뜨며 실행 되지 않았다.

해결

systemctl 로 도커가 켜져있음에도 불구 하고 안되어 구글링하고 찾아보아도 해결되지 않는 중.

docker-compose up 을 해보니 image 이름을 소문자로 해라고 한다.

수정하니 바로 동작 하였다.

image 이름은 꼭 소문자로 만들자 !!