From 17bf9049e4ccbdf5134f9aab6627048b533c963d Mon Sep 17 00:00:00 2001 From: Michael Hohn Date: Thu, 27 Jun 2024 11:59:34 -0700 Subject: [PATCH] Add note about docker-compose force rebuild --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51eedec..01f0316 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,10 @@ These are simple steps using a single container. cd /mrva/mrvacommander/cmd/server/ && ./server ## Using docker-compose -### Steps to build and run the server in a multi-container environment set up by docker-compose. +### Steps to build and run the server + +Steps to build and run the server in a multi-container environment set up by +docker-compose. 1. Built the server-image, above @@ -64,6 +67,11 @@ These are simple steps using a single container. docker-compose up -d docker-compose logs -f server +1. Completely rebuild all containers. Useful when running into docker errors + + cd ~/work-gh/mrva/mrvacommander-1 + docker-compose up --build + 1. Test server via remote client by following the steps in [gh-mrva](https://github.com/hohn/gh-mrva/blob/connection-redirect/README.org#compacted-edit-run-debug-cycle) ### Some general docker-compose commands