Derived from official image with some modifications.
6.3K
This is the Git repo of the official Docker image for Odoo. See the Hub page for the full readme on how to use the Docker image and for information regarding contributing and issues.
The full readme is generated over in docker-library/docs, specifically in docker-library/docs/odoo.
This repository is updated with an improved entrypoint, which is written in python.
postgres containers now use the token postgres instead of db. Example: --link <postgres-container>:postgres.PGDATABASE is set if POSTGRES_DB is defined in the linked postgres container.postgres variables are not defined. They are:
POSTGRES_PORT_5432_TCP_ADDRPOSTGRES_PORT_5432_TCP_PORTPOSTGRES_ENV_POSTGRES_USERPOSTGRES_ENV_POTGRES_PASSWORDMultiple command-line options would now determine how the odoo service is started.
serveserve will start the server instead of the default, which was no arguments.
--autoset will automatically attempt to set the arguments of the odoo.py process from the postgres environment variables defined from the linked container. These arguments will be set:
--db_host--db_port--db_user--db_password--database--db-filter--pg-chown will automatically change the owner of the linked database PGDATABASE to PGUSER.--pg-nosuperuser will automatically drop superuser status of PGUSER.--single will attempt to start the service in single db mode. That is, it implies --autoset, --pg-chown and --pg-nosuperuser.-- will be passed to odoo.py instead.Content type
Image
Digest
Size
306.2 MB
Last updated
over 9 years ago
docker pull groventure/odoo:9.0c.20160301-test