Sign inSign up

xluiisx/dockerized-odoo

By xluiisx

Updated almost 10 years ago

This docker container was built with the intention to make easier the installation for Odoo instance

Image
0

753

xluiisx/dockerized-odoo repository overview

Odoo 8.0

This docker image is for Odoo 9.0

After the download process is completed you can run the container with:

docker run -it -P --restart=always -p 0.0.0.0:32769:8069 -p 0.0.0.0:32770:8072  -p 0.0.0.0:32771:22 --name odoo8 -d imageid

REMEMBER:

After your container is built, you have to turn on Postgres Service & SSH Server:

sudo service postgresql start
sudo service ssh start

Tag summary

Content type

Image

Digest

Size

826.6 MB

Last updated

almost 10 years ago

docker pull xluiisx/dockerized-odoo:odoo8