From 60b3ee7f844b9f226707c22e5d7fe4d2d5f8d94f Mon Sep 17 00:00:00 2001 From: asleboon Date: Fri, 17 Jan 2025 13:44:09 +0100 Subject: [PATCH] chore: document how to use colima --- docs/GETTING_STARTED.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md index ddaca4b..7d763e3 100644 --- a/docs/GETTING_STARTED.md +++ b/docs/GETTING_STARTED.md @@ -29,7 +29,40 @@ DB_CONNECTION_STRING=Server=bds-db,1433;Database=bds-db;User ID=sa;Password= Install lazydocker TUI to inspect the running containers. +> This is useful to start and stop containers as well +> as viewing logs. + +``` +brew install lazydocker + +# start lazydocker in the terminal with the command +lazydocker +``` + +This will start the containers. + +TODO: Why does the import csv return 400? when it all goes through? + +A usefull tool to ins + +__Running the containers with Docker Desktop__ On the root of the project, you will see a `docker-compose.yaml` file. This contains the services we want to run as docker containers.