Skip to content

SaphireVert/docker-minecraft

Repository files navigation

docker-minecraft

Héberger des serveurs Minecraft chez un prestataire spécialisé c'est bien, le faire from scratch, c'est mieux !

Table of Contents

Setup

Quick setup (good for n00bs)

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.

For confirmed users

Requirements

  • Linux (debian like distros, needs apt)
  • Docker, docker-compose, make, tmux

Install server

  1. Get the code: git clone https://github.com/saphirevert/docker-minecraft;
  2. Enter the directory: cd docker-minecraft;
  3. Duplicate the sample environment: cp .env_sample .env;
  4. Edit the .env file and set your own values;
  5. Build the docker containers: make build;
  6. Launch the server with make up and enjoy!

Development

// TODO

Understand

// TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published