Sign inSign up

ahirmayur/nginx-php7

By ahirmayur

Updated over 10 years ago

PHP 7 on Nginx latest.

Image
0

10K+

ahirmayur/nginx-php7 repository overview

Docker PHP 7 on latest NGINX

  • NGINX stable
  • PHP 7

Base for these containers:

Installation

$ docker build -t ahirmayur/nginx-php7 . # If building from source 
$ docker run -d -p 22 -p 80 ahirmayur/nginx-php7
5f1b7a6404c8

$ docker port 5f1b7a6404c8 22
0.0.0.0:32771

$ ssh root@localhost -p 32771 # when promoted for password enter 'root' (without quotes)

Tag summary

Content type

Image

Digest

Size

194.3 MB

Last updated

over 10 years ago

docker pull ahirmayur/nginx-php7