From f3d07eed977157c419163051494439d3bbac738d Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 12 Jan 2025 11:27:29 -0800 Subject: [PATCH] Update README.md --- script/docker/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/script/docker/README.md b/script/docker/README.md index dc803c0..7520a83 100644 --- a/script/docker/README.md +++ b/script/docker/README.md @@ -1,3 +1,13 @@ # How do I use this thing? +This is not a full turnkey setup for Docker yet but gets you most of the way there! +## Setup New Image +`docker build -t meshing-around .` + +## Ollama Image with compose +still a WIP `docker compose up -d` + +## Edit the config.ini in the docker +To edit the config.ini in the docker you can +`docker run -it --entrypoint /bin/bash meshing-around -c "nano /app/config.ini"` \ No newline at end of file