buddyspencer/folia

By buddyspencer

Updated about 19 hours ago

Image

967

Docker Minecraft Folia

Folia is a new fork of Paper that adds regionized multithreading to the server. Access to Folia builds isn't currently available. To build Folia, you need to compile from source following Paper's standard compilation guide.

Quick Start

docker pull buddyspencer/folia
docker run \
  --rm \
  --name mc \
  -e MEMORYSIZE='1G' \
  -v /path/to/volume:/data:rw \
  -p 25565:25565 \
-i buddyspencer/folia:latest

Availability

This container will be available for AMD64 and ARM64

Docker Pull Command

docker pull buddyspencer/folia