Sign inSign up

reconnix/composer-nginx-php54

By reconnix

Updated almost 11 years ago

Image
0

379

reconnix/composer-nginx-php54 repository overview

Composer (NGINX & PHP 5.4)

A Docker image which lauches a NGINX with PHP 5.4. 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;

  • SERVER_KEY Add a private key here, this will be installed to both the root and developer user
  • SERVER_PASSWORD Set a password for both the root and developer user

Tag summary

Content type

Image

Digest

sha256:9f139aaf3

Size

172.3 MB

Last updated

almost 11 years ago

docker pull reconnix/composer-nginx-php54