diff --git a/docs/DEDICATED_SERVER.md b/docs/DEDICATED_SERVER.md index 3f42e26..98a0b4d 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