Run OpenERP on Debian - September 2014
2.9K
Built with Docker 1.2.0
Features:
(Ubuntu build : tinyerp/ubuntu-openerp)
Usage:
docker run -d --name openerp -p 8069:8069 tinyerp/debian-openerpdocker stop openerpdocker start openerpManhole access:
OPENERP_IP=$(docker inspect --format='{{.NetworkSettings.IPAddress}}' openerp)ssh-keygen -R $OPENERP_IP (because Docker assigns the same IP to different hosts)ssh root@$OPENERP_IP -p 22 (default password password)Images available:
tinyerp/debian-openerp:6.1tinyerp/debian-openerp:7.0 (same as) tinyerp/debian-openerptinyerp/debian-openerp:8.0 (same as) tinyerp/debian-odooSource repository:
Content type
Image
Digest
sha256:483b02e69…
Size
286.8 MB
Last updated
almost 11 years ago
docker pull tinyerp/debian-openerp