A docker container to run the Server Software (ALPHA) for Minecraft enabling you to run a multiplayer server for Minecraft.
These instructions will cover usage information and for the docker container
In order to run this container you'll need docker installed.
Starting the Server Software (ALPHA) for Minecraft
docker container run -p 19132:19132/udp mumblingmac/bedrock
Copying Data from Container
docker container cp <container_name>/data ./
Starting the Server Software (ALPHA) for Minecraft with external volume
docker run -p 19132:19132/udp -v $(PWD)/data:/data mumblingmac/bedrock
Getting access to a shell
docker run --it -p 19132:19132/udp mumblingmac/bedrock /bin/bash
/data
- Persistent Data Folder
/data/permissions.json
- user permissions file/data/server.properties
- server configuration file/data/whitelist.json
- approved users file
- Ubuntu 18.04
- Curl 7.58.0
- Minecraft Server Software for Ubuntu 1.9.0.15
- Kenneth McDaniel - Initial work - MumblingMac
See also the list of contributors who participated in this project.