Conflicting options: host type networking can't be used with links
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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