Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
4921 มุมมอง

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"

อวตาร
ละทิ้ง