项目作者: mateothegreat

项目描述 :
CentOS7 & nginx
高级语言: Shell
项目地址: git://github.com/mateothegreat/docker-centos-base-nginx.git
创建时间: 2017-02-16T23:16:44Z
项目社区:https://github.com/mateothegreat/docker-centos-base-nginx

开源协议:

下载


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:

  1. 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:

  1. make run

which is the same as:

  1. docker run -d \
  2. --rm \
  3. --volume .:/www \
  4. --name nginx \
  5. appsoa/docker-centos-base-nginx:latest

Building

Update Dockerfile to your liking and run:

  1. make build