From 4b8918e04cc27a4c102f987784a39e5f72374d74 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Sat, 14 Jul 2018 17:24:04 +0200 Subject: [PATCH] update README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 8d0d53b..0787169 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,16 @@ 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. + +## 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). +