Docker

Rather than hosting your game server in a virtual machine, it’s much more efficient to use containers. Containers combine your game image, repository, libraries and config files into a single package. Docker is a specific program that lets you do this.

We use Docker for your game

When deploying your game to our servers, we prefer you to use a Docker container. They’re lightweight and let us easily deploy your game across our network.

Back to Glossary