- Update your
docker-compose.yml
with the one below - Create a
src
folder in the same directory as yourdocker-compose.yml
- Download a any
php
file into yoursrc
directory - Go to
localhost:8080/your-php-file.php
- In your
terminal
rundocker-compose up
- In your
src/
directory copy myindex.php
file contents and put them in aindex.php
file in yoursrc/
directory - Should look like this
src/index.php
- Go to
localhost:8080
in your browser; it might be blank if you don't have any other.php
files in this directory
- Update the
docker-compose.yml
to pull a new built imagemaybach/ds3:09.14.16.6
- Mount your file system
src/
file to the image - Update
README.md
- Url: https://hub.docker.com/r/maybach/ds3/
- OS: Debia:Jessie (8)
- PHP/SERVER: HHVM/Proxygen
@kvchang1 download this; https://docs.docker.com/engine/getstarted/step_one/