To build container just use one of this commands:
make build-72 make build-73 make build-74
After making image run
docker run -it --rm -v `pwd`:/var/www/project -w /var/www/project --user=1000 local-composer:7.* sh
where replace * minor php version.
*