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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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?
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.