# rei3 > This is work in progress for the software [rei3](https://rei3.de/home_en) > There is currently no public docker image. You have to build it yourself from > [Github](https://github.com/r3-team/r3_docker) - **Category**: Apps - **Status**: 0 - **Image**: [`rei3`](https://hub.docker.com/r/rei3), 4, upstream - **Healthcheck**: No - **Backups**: No - **Email**: No - **Tests**: No - **SSO**: No ## Quick start ### Docker image ``` git clone https://github.com/r3-team/r3_docker.git cd r3_docker docker build --build-arg r3_version=3.10.4 --build-arg r3_os_arch=x64 --build-arg im_policy=/etc/ImageMagick-6/policy.xml . -t local/rei3 ``` Please adjust the `r3_version` arg according to your needs. ARM is also supported for the `r3_os_arch` with the `arm64` value. ### Deployment - `abra app new rei3 --secrets` - `abra app config ` - `abra app deploy ` For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech) or [`rei3.de`](https://rei3.de/home_en).