mindustry-beta-server
Builds the beta server releases for Mindustry
4.7K
Automated Docker builds of the latest Mindustry beta server. Builds run nightly and push to Docker Hub and GHCR.
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
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
docker pull jonathanlo411/mindustry-beta-server:latestdocker pull ghcr.io/jonathanlo411/mindustry-beta-server-docker:latestContent type
Image
Digest
sha256:aee6756c7…
Size
98.7 MB
Last updated
about 10 hours ago
docker pull jonathanlo411/mindustry-beta-server