[Docker]/bin/sh:/go/bin/dlv: not found
678 단어 docker-composeGoDocker
제목과 같이 GoAPI의 docker-compose에서
/bin/sh: /go/bin/dlv: not found
이런 착오가 발생했다나는 그 해결 방법을 기록하고 싶다.
까닭
main 지점을 업데이트할 때.
Dockerfile.dev
RUN go install github.com/go-delve/delve/cmd/dlv@latest
아니면 추가됐다든가.하지만 여느 때와 마찬가지로
$ docker-compose down
$ docker-compose up
나는 아르바이트를 한 적이 있다에어는 제대로 작동하지 않았다.
해결책
$ docker-compose build
$ docker-compose up
해결됐습니다.Docker file이 바뀌면 한 번 만들지 않으면 읽을 수 없습니다 웃음
Reference
이 문제에 관하여([Docker]/bin/sh:/go/bin/dlv: not found), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/tako_tako/items/81fee7742f798ebafd02텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)