I tried to run Odoo v8 docker.
If I add the container id, it runs but does not provide port number. If I enter the port number as follows:
docker run d69ffe949669 -p 127.0.0.1:8069:8069 --name odoo --link
db:db -t odoo
it says:
openerp-server: error: no such option: -p
if I run the entire command without the container id, it runs Odoo v9
Please help me to start Odoo v8