https://github.com/kimdre/minecraft-vanilla-server
Minecraft Vanilla Server Java Edition on Docker
https://github.com/kimdre/minecraft-vanilla-server
container docker-image game minecraft minecraft-server
Last synced: 2 months ago
JSON representation
Minecraft Vanilla Server Java Edition on Docker
- Host: GitHub
- URL: https://github.com/kimdre/minecraft-vanilla-server
- Owner: kimdre
- License: mit
- Created: 2021-12-02T22:11:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-15T03:31:13.000Z (over 4 years ago)
- Last Synced: 2025-05-29T18:14:12.058Z (about 1 year ago)
- Topics: container, docker-image, game, minecraft, minecraft-server
- Language: Shell
- Homepage: https://hub.docker.com/r/kimdrechsel/minecraft-vanilla-server
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minecraft-Vanilla-Server
Minecraft Vanilla Server Java Edition on Docker
[](https://drone.pyas.de/Games/Minecraft-Vanilla-Server)
This Repository is mirrored from my [Gitea instance](https://git.pyas.de/Games/Minecraft-Vanilla-Server).
## 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](https://hub.docker.com/r/kimdrechsel/minecraft-vanilla-server).
## 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).