docker
docker copied to clipboard
Docker run "crashed" after docker build: <Database connection failure>
1°) After clonning github repository and enter to the folder doo15: https://github.com/odoo/docker/tree/master/15.0 2°) enter to the folder and build the Dockerfile sucha as: $ docker build -t odoo_i15:latest . 3°) After build run the docker image: $docker run odoo_i15 I get:
Database connection failure: could not translate host name "db" to address: Name or service not known
Hi, I'm facing the same problem, please tell me if you resolved it ?
Yes I reslove the problem by specifying docker network... And specified db_host and db_password when launching Odoo container
Yes I reslove the problem by specifying docker network... And specified db_host and db_password when launching Odoo container
what are the ommand?
@Lazatman Can you close this issue if no longer needed?