blob: 0bacf587d9da066749c6d3c94100eda4382ac7bf (
plain)
1
2
3
4
5
6
|
# BedrockConnect on Docker on Raspberry Pi
- Put the `Dockerfile` and the `BedrockConnect-1.0-SNAPSHOT.jar` in one directory
- Configure the `CMD` line in the `Dockerfile` to fit your needs
- run `docker build -t bedrock-connect .`
- run `docker run --name "bedrock-c" -d --restart always -p 19132:19132/udp bedrock-connect`
|