Docker image to run and administrate a vanilla minecraft server easily
1.7K
This image allows you to run and administrate a minecraft server. It exposes 3 volumes:
If you want to access directly the MAP and server configuration without using a backup file then you'll have to MAP the volume /minecraft/server.
You can also provide your own map and server configuration in this volume, the server will use it on startup.
Alternatively you can use the /minecraft/backup volume to provide a backup file that will be loaded into /minecraft/server on startup.
A backup file is a simple .tar.gz archive that contains the content of the minecraft server run directory (server.properties, world, whitelist.json,...).
Remark: an attempt to load a backup is done only if /minecraft/server is empty.
inside the container, you can call the command minecraft that allows you to control the minecraft server.
Here is a few example:
minecraft backupminecraft command op player-nameminecraft stopminecraft property level-nameminecraft property view-distance 15minecraft config min-heapminecraft config max-heap 8192minecraft set-version 20w17aGet more details on github: minecraft-vanilla
$ docker run -d -p 25565:25565 -v directory-to-myserver-config:/minecraft/server -v directory-to-store-backups:/minecraft/backup --name minecraft-vanilla overware/minecraft-vanilla:latest
Content type
Image
Digest
Size
243.9 MB
Last updated
almost 5 years ago
docker pull overware/minecraft-vanilla