Skip to content

Docker build of the SpigotMC + RaspberryJuice (Minecraft Pi socket API)

License

Notifications You must be signed in to change notification settings

davidboden/raspberryjuice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The daveboden/raspberryjuice docker image has also be been uploaded to Docker Hub, so you can run the server using

  1. docker run -it -p 25565:25565 -p 4711:4711 daveboden/raspberryjuice
  2. To run the server so that your world is persisted onto disk (replace 'MyUsername' in the command). docker run -it -p 25565:25565 -p 4711:4711 -v /c/Users/MyUsername/python-minecraft/world:/spigot/world daveboden/raspberryjuice
  3. Find out your Docker VM's IP (on my PC, it's 192.168.99.100 by default). docker-machine ip <machine-name>
  4. Run Minecraft and add your IP as a new server.
  5. Join Multiplayer.
  6. Now you are ready to interact with Minecraft using Python!

Alternatively, you can clone this repository, modify the Dockerfile and server.properties files and build your own Docker image with: docker build -t YourUsername/raspberryjuice . Once the image is installed locally, you can replace daveboden/raspberryjuice with YourUsername/raspberryjuice in the docker run commands above. You could choose to share your version of the Dockerfile to Docker Hub using docker login and then docker push YourUsername/raspberryjuice.

About

Docker build of the SpigotMC + RaspberryJuice (Minecraft Pi socket API)

Resources

License

Stars

Watchers

Forks

Packages

No packages published