This repository: https://github.com/SCRATCh-ITEA3/demonstrator
Build pipeline: https://cloud.drone.io/SCRATCh-ITEA3/demonstrator
The docker hub registry: https://hub.docker.com/repository/docker/scratchitea3/demonstrator
Read the docs documentation: https://scratch-itea3-demonstrator.readthedocs.io/en/latest/
On x86 platform run
docker pull scratchitea3/demonstrator:latest
docker run scratchitea3/demonstrator:latest
On arm platform run
docker pull scratchitea3/demonstrator:arm-latest
docker run scratchitea3/demonstrator:arm-latest
As docker hub sometimes delays the build, its adviced to test the software locally.
docker-compose build
docker-compose up