/odoo-docker

Odoo Docker image for development purpose

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Odoo Docker Image

This image extends the debian image and add on top of that add the Odoo 11.0.

Downloading

Downloading the latest version of this images from the Docker hub:

docker pull wbsouza/odoo:11.0

Running

Starting a shell in new docker container with this image:

docker run -it wbsouza/odoo:11.0 /bin/bash

Contributing

You fixed a bug, or added a new feature? Yay!

  1. Fork the repository
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request

License and Authors

Author: Wellington wbsouza@gmail.com