diff options
| author | SeniorHeld <67925751+SeniorHeld@users.noreply.github.com> | 2021-02-08 11:06:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 11:06:54 +0100 |
| commit | 7f60b5a18712021687a8184091c5864c652e3a1e (patch) | |
| tree | 2613d1f1383005b818ea7250184e0d4189230529 | |
| parent | 559a2862c20f4c37b2b32f0ec3d965aa4fd1d194 (diff) | |
| download | BedrockConnect-7f60b5a18712021687a8184091c5864c652e3a1e.tar.gz BedrockConnect-7f60b5a18712021687a8184091c5864c652e3a1e.tar.bz2 BedrockConnect-7f60b5a18712021687a8184091c5864c652e3a1e.zip | |
Update README.md
Updated with docker-compose file
| -rw-r--r-- | docker/README.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md index 0bacf58..3f690d8 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,5 +1,10 @@ -# BedrockConnect on Docker on Raspberry Pi +# BedrockConnect on Docker +- Install `docker` and `docker-compose` +- Simply run `docker-compose up -d` + + +##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 .` |
