4 lines
189 B
Batchfile
4 lines
189 B
Batchfile
@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
|