Skip to content

mumblingMac/bedrock-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bedrock-container

A docker container to run the Server Software (ALPHA) for Minecraft enabling you to run a multiplayer server for Minecraft.

Getting Started

These instructions will cover usage information and for the docker container

Prerequisities

In order to run this container you'll need docker installed.

Usage

Container Parameters

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

Environment Variables

Volumes

  • /data - Persistent Data Folder

Useful File Locations

  • /data/permissions.json - user permissions file
  • /data/server.properties - server configuration file
  • /data/whitelist.json - approved users file

Built With

  • Ubuntu 18.04
  • Curl 7.58.0
  • Minecraft Server Software for Ubuntu 1.9.0.15

Find Us

Authors

See also the list of contributors who participated in this project.

Acknowledgments

About

Bedrock Server Docker Container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published