Sign inSign up

h3nc4/minecraft-slim

By h3nc4

Updated 5 days ago

A scratch-built container featuring the Paper Minecraft server.

Image
0

3.8K

h3nc4/minecraft-slim repository overview

minecraft slim

A scratch-built container featuring the Paper Minecraft server.

Usage

Create a persistent data directory:

mkdir data
echo "eula=true" >data/eula.txt
chown -R 65534:65534 data

Run the container:

docker run -d \
  -p 25565:25565 \
  -v "${PWD}/data:/data" \
  --name minecraft \
  h3nc4/minecraft-slim

Environment Variables

VariableDefaultDescription
JAVA_OPTSJVM defaultsAdditional JVM options

Volumes

PathDescription
/dataWorld and server data

License

minecraft-slim is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

minecraft-slim is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with minecraft-slim. If not, see https://www.gnu.org/licenses/.

Tag summary

Content type

Image

Digest

sha256:3be00bc1a

Size

134.7 MB

Last updated

5 days ago

docker pull h3nc4/minecraft-slim