콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
4953 화면

docker run  -p 127.0.0.1:8069:8069 --name odoo --link db:db -t odoo

Pull complete...

Digest :

Status : Downloaded newer image for odoo:latest

Error response from daemon: Could not get container for db




아바타
취소
베스트 답변

You must first download image postgres,

You can find here,

https://hub.docker.com/_/postgres/

아바타
취소
베스트 답변

Are you sure that the container you try to link to (in this case named "db" exists ?)

You can check by running "docker ps -a"

아바타
취소