This is not a full turnkey setup for Docker yet but gets you most of the way there!
docker build -t meshing-around .
there is also script/docker/docker-install.bat which will automate this.
still a WIP
docker compose up -d
To edit the config.ini in the docker you can
docker run -it --entrypoint /bin/bash meshing-around -c "nano /app/config.ini"
there is also script/docker/docker-terminal.bat which will open nano to edit. ctl+o to write out and exit editor in shell
- Ensure your serial port is properly shared.
- Run the Docker container:
docker run --rm -it --device=/dev/ttyUSB0 meshing-around