GitXplorerGitXplorer
r

docker-php

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
698b17d76d3512acc7004a54ba64fd5d39543654

fix tabs in Makefile turned into spaces again

rrokkie committed 10 years ago
Unverified
a7c9f99f66e0a55ef341853bc3b5ea179ae55a18

reinstated sudo

rrokkie committed 10 years ago
Unverified
d46db3d64eb37d307e22d8b130cb57d19f10fdce

removed sudo

rrokkie committed 10 years ago
Unverified
87bcc4fd3ebda035cc73d1324593e0adb630c3df

reverted spaces to tabs in Makefile

rrokkie committed 10 years ago
Unverified
e55f44246feb447cdacdc181ef7713e102187995

expanded tabs to spaces

rrokkie committed 10 years ago
Unverified
5fc806e09be0f5f663a0b8b945a77bc714a20ce3

first working version

rrokkie committed 10 years ago

README

The README file for this repository.

php

Docker image for php on top of apache

Building the image

make

or manually

docker build -t user/name:tag .

Running the image

docker run -d -p 80:80 rokkie/php