-
Notifications
You must be signed in to change notification settings - Fork 1
Home
danielwiltshire edited this page Jan 5, 2020
·
3 revisions
Welcome to the docker-minecraftserver wiki!
This Docker image will run a PaperMC server with stock settings and persistent data storage. This project was used to self-teach Docker - so it may not be properly optimised.
As a sysadmin and keen gamer, I want the ability to quickly deploy a PaperMC Minecraft server with the following requirements:
- The game data should be saved to disk
- All game configuration should remain default
- Server console access should be available
- Java RAM settings should be changable
- PaperMC version must be changeable without sacraficing game data
- The Docker image should be subject to automated end-to-end tests.