Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 746 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 746 Bytes

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