A Docker image which lauches a NGINX with PHP 5.5. Composer is installed and it will look for a composer.json package in /var/www/html/ when it first runs.
docker run -d -p 8080:80 -p 2222:22 -e SERVER_PASSWORD=<your-password> -e SERVER_KEY="<your-public-key>" -v /developer/test:/var/www/html/ reconnix/composer
There are a couple of varibles you can pass to the image, the ones of interest are;
root and developer userroot and developer userContent type
Image
Digest
sha256:c0f9a9922…
Size
173.4 MB
Last updated
almost 11 years ago
docker pull reconnix/composer-nginx