Prerequisites
First install Docker from https://docs.docker.com/engine/install/
Run
docker run --restart=always --name cubicerp-ce \
-v cubicerp-ce-base:/var/lib/postgresql \
-v cubicerp-ce-data:/home/cubicerp/ecbc/data \
-v cubicerp-ce-conf:/home/cubicerp/ecbc/config \
-dit -p 8069:8069 cubicerp/cubicerp
Test
Go to http://localhost:8069