Docker build for Odoo v7 & v8 (formerly OpenERP) with SSH access for debugging.
3.4K
This repository provides Dockerfile for Odoo (formerly OpenERP) with SSH access.
Odoo: v7 and v8
Ubuntu: 14.04
Built images are uploaded to index.docker.io
docker run --name postgres -d shaker/postgresql
docker run --name odoo --link postgres:db -p 8069:8069 -p 2222:22 -d shaker/odoo
/home/user/openerp-conf/, you can run it by:docker run --name odoo -v /home/user/openerp-conf:/etc/openerp -p 8069:8069 -d shaker/odoo
docker stop odoodocker start odooroot password is odoo - you should change it if you exposed ssh port.v8 is available uner shaker/odoo:8 tag.Content type
Image
Digest
sha256:c42a27442…
Size
246.2 MB
Last updated
almost 11 years ago
docker pull shaker/odoo