Easy ⛏️ Minecraft Server ⛏️. Update at the last version. In x86-64 computers and ARM (Raspberry Pi).
2.8K
Based on the last image of Minecraft.
Now more compatibility!
You can now use this image on computers with 32-bit or 64-bit processors and ARM (such as Raspberry Pi and other SBCs).
There are 2 different versions.
Update every week. SPIGOT-version
EXAMPLE: docker pull redxlus/minecraft-server:SPIGOT-1.16.5
Latest is the last version SPIGOT-version always:
docker pull redxlus/minecraft-server:latest
docker pull redxlus/minecraft-server
docker pull redxlus/minecraft-server:PIXELMON-MOD-FORGE-1.12.2Here we have 2 options. The first option is run only in a docker container. The second option is to run it in a Docker container with Kubernetes. There are different methods to do this.
This image is without the file server.properties. To add it first pull the image, open a bash terminal in it, open the ports and make a file with our configuration (I use this: https://raw.githubusercontent.com/RedxLus/open-source-hosting/master/HOSTING/GAMES/Minecraft/server.properties but you can use other or edit this one).
Commands to run in docker the minecraft server:
docker pull redxlus/minecraft-server:SPIGOT-1.16.5
docker volume create my-minecraft-data
docker run -ti -p 25565:25565 -v my-minecraft-data:/minecraft/world redxlus/minecraft-server:SPIGOT-1.16.5 /bin/bash
wget https://raw.githubusercontent.com/RedxLus/open-source-hosting/master/HOSTING/GAMES/Minecraft/server.properties -O /minecraft/server.properties
java -Xms512m -Xmx2G -jar /minecraft/spigot-*.jar nogui
docker logs the status.Here have the instructions to deploy in Kubernetes and the original dockerfile: https://github.com/RedxLus/open-source-hosting/tree/master/HOSTING/GAMES/Minecraft
Content type
Image
Digest
sha256:e0003c643…
Size
1.1 GB
Last updated
almost 2 years ago
docker pull redxlus/minecraft-server