This Docker image (base on Alpine) is intended to run php7 code which may need to use Mysqli or GD libraries.
$ docker build -t "cdue/docker-php7-stack-alpine:latest" .
$ docker pull "cdue/docker-php7-stack-alpine"
$ docker run --rm -it -v $(pwd):/app/ "cdue/docker-php7-stack-alpine:latest" /bin/sh
Windows users must add a / before $(pwd)