When cloning the Qristal repository and trying to build the Docker image with docker/Dockerfile
, what is an appropriate setting for $QB_DIR
that is on line 27 of the Dockerfile:
WORKDIR $QB_DIR
In the current public release, the default for $QB_DIR
is /mnt/qb
. In effect you can use any valid path inside your container image.