docker-odoo/README.md
Claudio Mignanti ba85bbe3ce [IMP] Allow the usage of the official odoo image with dokku PaaS
This commit allow us to directly push this repo over dokku mini-Paas
this has some drawback:
 - the Dockerfile should be in the project root, a symlink is used
   here to allow simple version swap
 - expose port should be changed to 8080 to get advantages by the nginx
   configuration system from dokku

Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com>
2015-06-17 19:18:43 +02:00

12 lines
572 B
Markdown

About this Repo
======
This is the Git repo of the official Docker image for [Odoo](https://registry.hub.docker.com/_/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](https://github.com/docker-library/docs), specifically in [docker-library/docs/odoo](https://github.com/docker-library/docs/tree/master/odoo).
This image can also bu used with dokku mini-PaaS as simple as:
```
dokku clone odoo https://github.com/odoo/docker
```