Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 722 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 722 Bytes

docker-minecraft

Minecraft Bedrock Server image based on Alpine Linux (not yet)

This image automate run official server binary.

How to use this Image

$ docker run \
-v /your_minecraft_path:/data \
-v /your_log_path:/logs \
-p 19132:19132/udp \
-p 80:80/tcp \
-d bulzipke/minecraft

Reference