View on GitHub

guides

Develop in Docker

Background

We recommend using Docker for working on your application. Docker is a platform which allows you to run your application in specific virtual environments. This ensures that your application will work no matter what OS or software you currently use. More about Docker you can find here.

To get familiar with our Docker setup, you can take a look at the example setup.

Rules