Starting the docker containers:
$ docker-compose up -dConnecting to the docker container:
$ docker-compose exec php shInstalling backend dependencies after connecting to the container for the first time
$ composer installCreating database schema
$ php bin/console doctrine:schema:createLoading data fixtures
$ php bin/console doctrine:fixtures:load -n