A docker image for a minecraft paper server
- Pull the container
1.1. From Github Packages:
docker pull ghcr.io/qtqgyt/paper-docker:<version>
1.2. From Docker Hub:docker pull qwertytech/mc-paper-server:<version>
- Run it (
docker run -dit -p 127.0.0.1:25565:25565 paper-<version>
) - In Docker, get into the terminal and run
start
; and the server will start up. - In Minecraft, join the server
localhost:25565
. - 👋!