From 93ed84fdee2086e58471290ee922f10e53c5cd48 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 12 Jan 2025 13:41:46 -0800 Subject: [PATCH] Update README.md --- script/docker/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/script/docker/README.md b/script/docker/README.md index 712af80..ab8ea8a 100644 --- a/script/docker/README.md +++ b/script/docker/README.md @@ -4,6 +4,8 @@ This is not a full turnkey setup for Docker yet but gets you most of the way the ## Setup New Image `docker build -t meshing-around .` +there is also [script/docker/docker-install.bat](script/docker/docker-install.bat) which will automate this. + ## Ollama Image with compose still a WIP `docker compose up -d` @@ -12,6 +14,9 @@ still a WIP 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](script/docker/docker-terminal.bat) which will open nano to edit. +ctl+o to write out and exit editor in shell + ## other info 1. Ensure your serial port is properly shared. 2. Run the Docker container: