This script can be used to execute composer commands at your current work dir without the need of having php installed locally.
The only requirement is a running Docker instance.
Basic usages:
./composer --version
./composer install
...
Further informations on configuring composer command can be found at https://hub.docker.com/_/composer/.