jonathanlo411/mindustry-beta-server

By jonathanlo411

Updated about 10 hours ago

Builds the beta server releases for Mindustry

Image
Networking
0

4.7K

jonathanlo411/mindustry-beta-server repository overview

Mindustry Beta Server Docker

Automated Docker builds of the latest Mindustry beta server. Builds run nightly and push to Docker Hub and GHCR.

Quick Start

Pull and run with interactive console:

docker pull jonathanlo411/mindustry-beta-server:latest
docker run -it \
  -v mindustry-config:/opt/mindustry/config \
  -p 6567:6567/tcp \
  -p 6567:6567/udp \
  -p 6859:6859/tcp \
  --name mindustry \
  jonathanlo411/mindustry-beta-server:latest

Or with docker-compose (includes interactive mode):

docker-compose up

Monitoring & Commands

View live server output:

docker logs -f mindustry

Connect to server console and send commands:

docker attach mindustry

Then type commands like:

help
status
host poly Attack
save
stop

To detach without stopping: Ctrl+P then Ctrl+Q

Stop server:

docker stop mindustry
docker rm mindustry

Registries

  • Docker Hub: docker pull jonathanlo411/mindustry-beta-server:latest
  • GHCR: docker pull ghcr.io/jonathanlo411/mindustry-beta-server-docker:latest

Tag summary

Content type

Image

Digest

sha256:aee6756c7

Size

98.7 MB

Last updated

about 10 hours ago

docker pull jonathanlo411/mindustry-beta-server