An Alpine Linux based Dockerfile to run the Minecraft server proxy Velocity
It expects a volume to store data mapped to /config
in the container. Enjoy!
docker run -d --restart=on-failure:10 --name velocity -v /volumes/velocity:/config -p 25577:25577 spritsail/velocity:latest