Starting the docker containers:
$ docker-compose up -d
Connecting to the docker container:
$ docker-compose exec php sh
Installing backend dependencies after connecting to the container for the first time
$ composer install
Creating database schema
$ php bin/console doctrine:schema:create
Loading data fixtures
$ php bin/console doctrine:fixtures:load -n