Skip to content

cooperspencer/paper-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Docker Minecraft Paper

This Dockerfile always builds the latest version of paper

Quick Start

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

Availability

This container will be available for AMD64 and ARM64

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages