Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hypriot/rpi-minecraft
https://github.com/hypriot/rpi-minecraft
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hypriot/rpi-minecraft
- Owner: hypriot
- Created: 2015-04-05T19:38:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-05T19:41:57.000Z (over 9 years ago)
- Last Synced: 2024-12-09T20:50:37.224Z (24 days ago)
- Language: Shell
- Size: 97.7 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://github.com/overshard/docker-minecraft
https://registry.hub.docker.com/u/itzg/minecraft-server/
http://blog.kopis.de/running-minecraft-in-a-docker-container/## Java Download from https://jdk7.java.net/download.html
http://www.java.net/download/jdk7u80/archive/b05/binaries/jdk-7u80-ea-bin-b05-linux-arm-vfp-hflt-20_jan_2015.tar.gz## Minecraft server
https://minecraft.net/download
http://minecraft.gamepedia.com/Setting_up_a_server?cookieSetup=true### run a Minecraft server
On Linux and Mac OS X this should already be set up but on Windows you might have to tinker with the PATH environment variable. Download and run minecraft_server.1.8.3.jar with java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui.```bash
docker run -d -p=25565:25565 -v $(pwd)/data:/data hypriot/rpi-minecraft
```