Setup a Minecraft Server on Docker

This post will show how to setup your own minecraft game server on docker using docker-compose. Requirements As we will run minecraft as a docker container, we require docker and docker-compose. You can follow the links to their website for instructions to install it. In summary it will be the following to install docker: curl https://get.docker.com | bash sudo usermod -aG docker $USER And the following to install docker-compose: sudo curl -L "https://github....

October 26, 2021 Â· 5 min Â· Ruan Bekker

Setup 7 Days Game Server on Docker

This post will show how to setup your own 7 days to die game server on docker using docker compose. About The game 7 days to die is set in a post-apocalyptic world overrun by zombies, 7 Days to Die is an open-world game that is a unique combination of first person shooter, survival horror, tower defense, and role-playing games. It presents multiple features such as combat, crafting, looting, mining, exploration, and character growth....

September 4, 2021 Â· 12 min Â· Ruan Bekker