#docker #kubernetes #container #orchestrator #microservice #infrastructure-as-code #devops #ci #cd

제목[QnA] docker stack deploy 시 image reference must be provided 에러 해결법2019-12-11 20:37
작성자
docker stack deploy 시 다음과 같은 에러메세지를 받는 경우가 있습니다.

Error response from daemon: rpc error: code = InvalidArgument desc = ContainerSpec: image reference must be provided

exit status 1

뭔가 해서 찾아보니 단순한 문제였는데,

 docker stack deploy 시 지원하지 않는 명령어 build 를 사용해서 발생하는 문제입니다.

docker stack deploy 시 build 명령어는 지원되지 않으며 반드시 image 를 통해 이미지를 가져오시기 바랍니다. 
댓글