Skip to Content
Menu
This question has been flagged
2768 Views

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?

Avatar
Discard