This docker image provides a Minecraft Server that will automatically download the latest stable, latest snapshot, or any specific server version.
To simply use the latest stable version, run
docker run -d -p 25565:25565 minecraft-server
where the default server port, 25565, will be exposed on your host machine.
In order to persist the Minecraft data, which you *probably want to do for a real server setup*, use the `-v` argument to map a local path to the `/data' path in the container, such as
docker run -d -v /path/on/host:/data -p 25565:25565 minecraft-server
To use a different Minecraft version, pass the `VERSION` environment variable, which can have the value