https://github.com/kizzycode/minecraft-docker
A trivial minecraft-server docker image
https://github.com/kizzycode/minecraft-docker
Last synced: 21 days ago
JSON representation
A trivial minecraft-server docker image
- Host: GitHub
- URL: https://github.com/kizzycode/minecraft-docker
- Owner: KizzyCode
- Created: 2022-03-19T02:47:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T22:49:50.000Z (about 1 year ago)
- Last Synced: 2025-02-06T04:44:15.901Z (12 months ago)
- Language: Dockerfile
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kizzycode/minecraft
A trivial minecraft-server docker image
## EULA
Note: by using this image, you agree to the Minecraft Server EULA.
## Mountpoints and Users
Persistent data is stored in `/var/minecraft`, owned by UID `10000`.
## Entering Console
To enter the administrative console, use `docker compose attach minecraft bash`. To detach from the console without
stopping the container, use `Ctrl+P` followed by `Ctrl+Q`.