Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
4923 Представления

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"

Аватар
Отменить