Add note about docker-compose force rebuild

This commit is contained in:
Michael Hohn
2024-06-27 11:59:34 -07:00
committed by =Michael Hohn
parent 62a7b227f0
commit 17bf9049e4

View File

@@ -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