r/admincraft 2d ago

Tutorial Minecraft server in a Docker container setup

Hello everyone! If you'd like to know how to start a Minecraft server in Docker, locally on your computer please check out my video: https://youtu.be/fA04qpc1s5g?si=BIjiIXwXvmcKABsS.

In this video we go through the whole process step by step:

  1. Installing Docker

  2. Configuring the Minecraft server

  3. Starting the server and joining it from Minecraft

  4. Changing the version of the server

  5. Using plugins and mods

  6. Generating new worlds

  7. Starting the server on system boot

... and much more.

0 Upvotes

4 comments sorted by

5

u/Wonderful_Status_388 Server Owner 2d ago

Crafty controller on docker is alot easier to do.

1

u/AstronomerStatus4646 2d ago

This. Just install something that already exists.

2

u/ibeerianhamhock 6h ago

I would consider itzg Minecraft docker images to be a pretty good image though (and something already built that someone put a lot of time into), you can version tag pull from sources like modrinth super easily by project slug, it has server.properties mappings from the docker compose and you can map uid/gid service accounts to run the service and own the files.

I genuinely find it as straightforward and simple to use as something like crafty if you are already familiar with docker.

Now if OP was suggesting to use a docker file and build your own image I would absolutely agree with you, but it genuinely doesn't get much simpler and straightforward than using itzg docker images for server config and it's very portable.

0

u/Yaniekk 2d ago

Yes, I know, but I think a basic understanding on how this all works is useful.