Minecraft Vanilla Server Java Edition on Docker
This Repository is mirrored from my Gitea instance.
This image is based on the official Java JDK 18 image running on an Alpine image.
For the Image on Docker Hub see here.
docker run -p 25565:25565 kimdrechsel/minecraft-vanilla-server:latest
docker run -p 25565:25565 kimdrechsel/minecraft-vanilla-server:1.18
The latest server.jar gets
- stored to
/optin the docker image - and symlinked to
/app/server.jar
/appcontains server-related files/app/worldcontains the world data
New images with the corresponding version as it's tag are created automatically when a new Minecraft server version is released (Checks run every 30 minutes).