From 3fdcf8c9b896891ce36aa563f17893ecf6e2a457 Mon Sep 17 00:00:00 2001 From: RaspberryPiNews Date: Fri, 5 Mar 2021 17:40:30 +0000 Subject: [PATCH] Update 'docs/DEDICATED_SERVER.md' --- docs/DEDICATED_SERVER.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/DEDICATED_SERVER.md b/docs/DEDICATED_SERVER.md index 3f42e269..98a0b4d9 100644 --- a/docs/DEDICATED_SERVER.md +++ b/docs/DEDICATED_SERVER.md @@ -8,6 +8,15 @@ This server is also compatible with MCPE Alpha v0.6.1. ### Debian Package To use, install the ``minecraft-pi-reborn-server`` package and run ``minecraft-pi-reborn-server`` or use. It will generate the world and ``server.properties`` in the current directory. +NOTE: If you get `ERROR: Couldn't connect to Docker daemon at http+docker://localhost - is it running?` while running the server, run these commands and then **reboot** your device: + +``` +sudo service docker start +sudo dockerd +export DOCKER_HOST=127.0.0.1 +sudo service docker restart +``` + ### Docker Compose Make sure you have ``qemu-user-static`` installed and ``binfmt`` setup. ```yml