Sign inSign up

appsoa/docker-centos-base-nginx

By appsoa

Updated over 8 years ago

Centos7 & nginx (extensible by docker-centos-nginx-phpfpm)

Image
1

311

appsoa/docker-centos-base-nginx repository overview

docker-centos-base-nginx

Docker image with nginx on CentOS 7 ready for php70 fastcgi mateothegreat/docker-centos-base-php70.

Docker Build Status Twitter Follow Skype Contact

To begin, clone this repo:

git clone https://github.com/mateothegreat/docker-centos-base-nginx

Running

Replace '.' for the --volume switch if you do not want to mount in-place the current working directory. To start a container instance:

make run

which is the same as:

docker run  -d                      \
            --rm                    \
            --volume .:/www         \
            --name nginx            \
            appsoa/docker-centos-base-nginx:latest

Building

Update Dockerfile to your liking and run:

make build

Tag summary

Content type

Image

Digest

Size

76.8 MB

Last updated

over 8 years ago

docker pull appsoa/docker-centos-base-nginx