/amp-mc

Dockerized Minecraft w/ included AMP web management interface.

Primary LanguageShell

alt text

Minecraft Docker Container for AMP

An easy to use, containerized Minecraft server with included web interface.

You will need to purchase an AMP license, or this container will not work.

Usage

docker run -itd \
--name AMP \
--restart=unless-stopped \
-e license='LICENSE' \
-e username='USERNAME' \
-e password='PASSWORD' \
-v /local/mount/point:/home/AMP/server_data \
-p 25565:25565 \
-p 8080:8080 \
raxemremy/amp-mc

The -v /local/mount/point:/home/AMP/server_data is optional. It provides full access to the server filesystem so that you can easily access files, script backups from your host machine, etc.