summaryrefslogtreecommitdiff
path: root/docker/README.md
diff options
context:
space:
mode:
authorMatthew <pugmatt@gmail.com>2021-02-08 12:20:05 -0500
committerMatthew <pugmatt@gmail.com>2021-02-08 12:20:05 -0500
commitdf5cafdc8f47838db760a1bd5f9669b96c0554f4 (patch)
tree4e2a7d99b4800848bf7e6a455d434d90ccc17182 /docker/README.md
parent1562db83878457f6d3f6e203994f3b86f6fb3821 (diff)
downloadBedrockConnect-df5cafdc8f47838db760a1bd5f9669b96c0554f4.tar.gz
BedrockConnect-df5cafdc8f47838db760a1bd5f9669b96c0554f4.tar.bz2
BedrockConnect-df5cafdc8f47838db760a1bd5f9669b96c0554f4.zip
Add back raspberry pi Dockerfile and reorganize
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md14
1 files changed, 4 insertions, 10 deletions
diff --git a/docker/README.md b/docker/README.md
index a95f227..03ddf23 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -1,14 +1,8 @@
# BedrockConnect on Docker
- Install `docker` and `docker-compose`
-- Simply run `docker-compose up -d`
+- Run `docker-compose up -d`
-##For custom server config
-[README](custom-servers/README.md)
-
-
-### OUTDATED
-- 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`
+##Extra
+[Customer Servers](custom-servers/README.md)
+[Raspberry PI](raspberry-pi/README.md) \ No newline at end of file