aaanh/minecraft

By aaanh

Updated over 1 year ago

Quick and dirty Minecraft server

Image

49

Minecraft Docker Container

Version v1.1-beta

Github: https://github.com/aaanh/minecraft-docker

Currently Supported Features

Very simple, no additional configs, minecraft server.

  • Server version defaulted to latest
  • Exposed localhost port 25565
  • No persistent storage

Usage

  • Start the container

amd64 / x86_64

docker run -ditp 25565:25565 --name minecraft-server aaanh/minecraft:latest

arm64 (tested on Mac M1 Pro)

docker run -ditp 25565:25565 --name minecraft-server aaanh/minecraft:arm64-latest
  • Attach to the container to perform administrative minecraft server stuff (a.k.a. the console)
docker attach minecraft-server
  • Currently, the only way to "detach" from the CLI without killing the server process is to close the terminal window/instance from host.

Planned Features

  • Set custom port
  • Set custom server version
  • Persistent volume storage for server data

Docker Pull Command

docker pull aaanh/minecraft