This docker container was built with the intention to make easier the installation for Odoo instance
753
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
Content type
Image
Digest
Size
826.6 MB
Last updated
almost 10 years ago
docker pull xluiisx/dockerized-odoo:odoo8