Wesley Parr

Results 3 comments of Wesley Parr

Final docker RUN command THIS WRITES TO /mnt/storage/carbonado-docker `docker run -it --user root --restart always -p 7060:7070 --mount type=bind,source=/mnt/storage/carbonado-docker,target=/tmp/bitmaskd/carbonado --name bitmaskd-st160 -t bitmaskd-st160-image:Rc.0.6.2 -e “CARBONADO_DIR=/data” bash`

Had to move ENV to runtime in order for rust to pick it up in Carbonado-Core # Runtime FROM rust:1.69-slim-buster AS runtime ENV CARBONADO_DIR=/data/bitmaskd/carbonado/

Hunter, I will double check but I believe in regards to docker we where at 1.71 Rust , but had issues, that caused us to degrade back to 1.69.. I...