script: added explanatory echos to scripts
This commit is contained in:
parent
782509ad38
commit
689cfef838
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user