Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scndel/minecraft-bedrock
BDS docker container image
https://github.com/scndel/minecraft-bedrock
bedrock-dedicated-server dockerfile minecraft
Last synced: about 1 month ago
JSON representation
BDS docker container image
- Host: GitHub
- URL: https://github.com/scndel/minecraft-bedrock
- Owner: scndel
- License: agpl-3.0
- Created: 2019-04-24T20:31:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T20:28:51.000Z (about 2 months ago)
- Last Synced: 2024-11-01T21:24:30.533Z (about 2 months ago)
- Topics: bedrock-dedicated-server, dockerfile, minecraft
- Language: Dockerfile
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minecraft BDS
Bedrock Dedicated Server (Alpha) allows you to play similarly to Realms but hosted by yourself.
It means you can use it cross-platform between your Windows 10, Xbox One and others.Unfortunately Nintendo Switch client can't connect to BDS because you can't manually add a server. But stay tuned I'll follow future releases.
JAVA VERSION NOT COMPATIBLE, use other kind of server for that purpose.## Just run a default config
This container run the latest version availabe on https://www.minecraft.net/en-us/download/server/bedrock/`docker run -d -p 19132:19132/udp --name bds scndel/minecraft-bedrock`
## Use your Config
*TODO* You can create volume to mount `/bedrock` (or `LD_LIBRARY_PATH` env) to your host path for persistence (in other words everthing you've achieved in the game that you could lose with the container) or to provide server.properties and other data files.