tests for minecraft-server container, save rpc before changing control method

This commit is contained in:
2026-06-03 14:44:20 +02:00
parent dea2bd0af7
commit 3ce0f800a0
5 changed files with 32 additions and 1 deletions

9
test.sh Normal file
View File

@ -0,0 +1,9 @@
docker run -v "$(pwd)/servers/potato:/data" \
-e EULA=TRUE \
-u 1000:100 \
--rm \
-e TYPE=VANILLA\
-e VERSION="1.21.6" \
-e DIFFICULTY="2" \
-p 8080:8080 \
-it itzg/minecraft-server:latest