Héberger des serveurs Minecraft chez un prestataire spécialisé c'est bien, le faire from scratch, c'est mieux !
Open a terminal and type:
curl -s -L https://raw.githubusercontent.com/saphirevert/docker-minecraft/install.sh | bash -s
Note: this assumes that your are on a Debian
like operating system that uses apt
.
- Linux (debian like distros, needs apt)
- Docker, docker-compose, make, tmux
- Get the code:
git clone https://github.com/saphirevert/docker-minecraft
; - Enter the directory:
cd docker-minecraft
; - Duplicate the sample environment:
cp .env_sample .env
; - Edit the
.env
file and set your own values; - Build the docker containers:
make build
; - Launch the server with
make up
and enjoy!
// TODO
// TODO