A PHP CLI based on Alpine.
# Bash into the container and mount the current directory
$ docker run --rm -it -v$PWD:/app dannyben/alpine-php bash
If you are using the source repository, you can use the provided docker-compose for some additional convenience commands.