Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 285 Bytes

File metadata and controls

10 lines (7 loc) · 285 Bytes

Running PHP in a Docker container.

Docker automated builds

The Docker automated builds can be found over here: https://hub.docker.com/r/containerstack/docker-php/

Pull Docker image

docker pull remonlam/docker-php

Start a container based on this image

Work in progress