You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
7 years ago | |
|---|---|---|
| .dockerignore | 7 years ago | |
| .gitignore | 7 years ago | |
| Dockerfile | 7 years ago | |
| README.md | 7 years ago | |
| build.sh | 7 years ago | |
| console.sh | 7 years ago | |
| deploy.sh | 7 years ago | |
| docker-compose.build.yml | 7 years ago | |
| docker-compose.yml | 7 years ago | |
| docker-entrypoint.sh | 7 years ago | |
| push.sh | 7 years ago | |
README.md
Docker mindustry server 3.5
Docker-Compose Commands
Just download docker-compose.yml
Host Server : docker-compose up -d
Docker Commands
Host Server : docker run --name mindustry -i -p 6567:6567/tcp -p 6567:6567/udp viviv/mindustry
Manage Mindustry Console
Attach Console
Attach terminal with docker attach --sig-proxy=false mindustry_server
ATTENTION! The terminal will not have any indicators that you have connected to the console. Just type help to get started.
Detach Console
To detach the console type Ctrl-C . The server should remain running.
Console Commands
The script 'console.sh' lets you run commands in the console from outside the container with output.
usage: ./console.sh status
WARNING! This script seems to perform well but is not very well tested. Use with caution!