--Minecraft Paper--
This docker image provides a Minecraft Server that will automatically download Paper. The tag indicates the version of Paper being used. The parent image being uses the latest version of Ubuntu at build.
Example deployment via Docker:
docker run -d --name myminecraftserver -v /data/minecraft_data_folder:/mcdata -p 25565:25565 mlinarik/minecraft:{tag}
Note that /data/minecraft_data_folder is the storage location on your system.
-d -- Detached -v -- Volume mount -p -- Port used for Minecraft
By using this image you agree to Minecraft/Mojang and Ubuntu/Canonical terms and conditions.
Content type
Image
Digest
sha256:bdccf15ef…
Size
309.6 MB
Last updated
3 months ago
docker pull mlinarik/minecraft