Build SpigotMC in Docker

I created a Docker image with a build script, ready to use! Pulling my image My Docker image is public on Docker Hub and thus can be pulled easily with the following command (for 1.17): docker pull sindastra/spigotmc-build If you want to build older versions of Spigot (1.11.2 - 1.16.5) [...]

By |2021-06-14T01:01:50+02:00April 8th, 2020|Sharing, Tech Support|0 Comments

Change Docker IP address easily

By default, Docker uses 172.17.0.0/16 for its default docker0 interface, which can be problematic if your network or a network you want to reach is on the same subnet as Docker. I will show you how to change Docker's network in a jiffy! Requirements Available subnet to assign to DockerPermission [...]

By |2020-03-21T21:29:47+01:00March 17th, 2020|Tech Support|0 Comments

Minecraft (SpigotMC) Server in Docker

Update 2020-November-12 I used to suggest using the image openjdk:8-alpine but it wasn't updated in a year, so I now suggest using openjdk:8-jre which seems to be actively maintained! I also added "nogui" at the end of the command as Spigot does now accept and understand it. Like the previous [...]

By |2020-11-12T09:38:18+01:00November 26th, 2019|Tech Support, Wiki|0 Comments

Minecraft Server in Docker

Update 2020-November-12 I used to suggest using the image openjdk:8-alpine but it wasn’t updated in a year, so I now suggest using openjdk:8-jre which seems to be actively maintained! Moving your existing server to Docker! This guide assumes you already have a Minecraft server set up on your host machine. [...]

By |2020-11-12T09:39:28+01:00November 9th, 2019|Tech Support, Wiki|0 Comments
Go to Top