script: added explanatory echos to scripts

This commit is contained in:
Yannik Bretschneider 2021-06-05 14:56:35 +02:00
parent 782509ad38
commit 689cfef838
2 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,3 @@
@echo off
echo Starting docker. To stop, first press Ctrl-C, and then stop using stopDocker.bat
docker run --name "Server-Testbuild" -e "MMU_LOG_LEVEL=5" -p 1218:1218 --rm server-testbuild

View File

@ -1,2 +1,4 @@
@echo off
echo Stopping docker. If container was started with --rm flag (like through startDocker.bat),
echo the container will also be removed.
docker stop Server-Testbuild