minecraft-podman / container-server

Container for the Minecraft Server
2 stars 0 forks source link

Server Container

This is the tooling to build a full-featured Minecraft server container. It downloads everything as part of the build process, so the resulting image launches immediately. (Note: This does not absolve you of the distribution restrictions of Mojang's licenses.)

This process is customizable via build arguments.

Example:

$ docker build --build-arg eula=yes .

Build Args

Note: Only type=vanilla is implemented

Contents

In addition to a basic Minecraft server (in /mc), this container holds:

Credit

This is heavily inspired by (and somewhat based on) itzg/docker-minecraft-server.