This image extends the debian image and add on top of that add the Odoo 11.0.
Downloading the latest version of this images from the Docker hub:
docker pull wbsouza/odoo:11.0
Starting a shell in new docker container with this image:
docker run -it wbsouza/odoo:11.0 /bin/bash
You fixed a bug, or added a new feature? Yay!
- Fork the repository
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
Author: Wellington wbsouza@gmail.com