odoo / odoo/docker

Conflicting options: host type networking can't be used with links

Open
#335 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Dockerfile
Stars
1.2k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

This is not allowed:

docker run -it --network host --link db:db --name odoo odoo:12

and this does nothing

docker run -it -e HOST=127.0.0.1 --network host --name odoo odoo:12

How to run this docker with host networking

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing both docker run commands from the issue and inspect the repository's Docker configuration for how host networking, links, and the HOST environment variable are handled. Done should mean the supported way to run Odoo with host networking is established and clearly documented or the conflicting configuration is corrected.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker
Domain
infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.