2021-06-05 12:40:22 +00:00
|
|
|
@echo off
|
2021-06-05 12:56:35 +00:00
|
|
|
echo Stopping docker. If container was started with --rm flag (like through startDocker.bat),
|
|
|
|
echo the container will also be removed.
|
2021-06-05 12:40:22 +00:00
|
|
|
docker stop Server-Testbuild
|