Install Docker onto your machine: https://docs.docker.com/install/
Open console and navigate to project dir:
cp .env.docker.dist .env
docker-compose up -d
sh docker/start.sh
Service will available on localhost:8002
$ docker-compose exec php bash
$ docker-compose exec php composer update
$ docker-compose exec php php /var/www/wholesale/bin/console cache:clear
$ docker-compose exec php bash
$ sf cache:clear