1
0
Fork 0
This repository has been archived on 2022-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
odoo-pos-distribution/README.md

20 lines
721 B
Markdown
Raw Normal View History

2018-07-11 20:23:19 +00:00
# Odoo PosBox in Docker
Dockerfiles and Docker Compose configuration for running
Odoo PosBox in Docker. It additionally contains
[pos-addons](https://github.com/it-projects-llc/pos-addons)
for using receipt printers over the network.
2018-07-14 15:24:04 +00:00
## Running on Raspberry Pi
The official Docker images of Odoo are not multi-arch
compatible, the image needs to be rebuilt on arm.
1. Change the `FROM` in the [Dockerfile](https://github.com/odoo/docker/blob/master/11.0/Dockerfile) to
`FROM armhf/debian:stretch` and build it as `local/odoo:11`.
1. Change the `FROM` in [odoo/Dockerfile](odoo/Dockerfile) to
`local/odoo:11`.
Corresponding issue on GitHub: [Support for ARM64v8 #195](https://github.com/odoo/docker/issues/195).