Minecraft Vanilla Server Java Edition on Docker https://hub.docker.com/r/kimdrechsel/minecraft-vanilla-server
Go to file
Kim Oliver Drechsel 70f5bbb492
All checks were successful
continuous-integration/drone Build is passing
remove push to private registry
2022-03-01 00:14:52 +01:00
app clean history 2021-12-02 23:10:08 +01:00
.drone.yml remove push to private registry 2022-03-01 00:14:52 +01:00
.gitignore clean history 2021-12-02 23:10:08 +01:00
Dockerfile Optimize layout in Dockerfile 2021-12-03 18:29:06 +01:00
LICENSE clean history 2021-12-02 23:10:08 +01:00
README.md clean history 2021-12-02 23:10:08 +01:00
version_checker.sh Improve handling of any errors 2021-12-03 18:41:18 +01:00

Minecraft-Vanilla-Server

Minecraft Vanilla Server Java Edition on Docker

Build Status

This Repository is mirrored from my Gitea instance.

Image

This image is based on the official Java JDK 18 image running on an Alpine image.

For the Image on Docker Hub see here.

Run

Latest version

docker run -p 25565:25565 kimdrechsel/minecraft-vanilla-server:latest

Specific version

docker run -p 25565:25565 kimdrechsel/minecraft-vanilla-server:1.18

Server.jar

The latest server.jar gets

  1. stored to /opt in the docker image
  2. and symlinked to /app/server.jar

Volumes

  • /app contains server-related files
  • /app/world contains the world data

Automated image building for new Releases

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).