An open API service indexing awesome lists of open source software.

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

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`.