Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 314 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 314 Bytes

Dockerfiles

some Dockerfile for build docker image

Usage

git clone https://github.com/tongsq/Dockerfiles.git

cd Dockerfiles/apache-php

sh download.sh

docker build -t apache-php:v1 .

Run image

docker run -it -d -p 80:80 apache-php:v1

中文文档

apache+php