Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (22 loc) · 453 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 453 Bytes

puphpet-docker

Run puphpet.com configuration file in docker

$ git clone https://github.com/dmouse/puphpet-docker.git
$ cd puphpet-docker
$ # put your puphpet.com config files in puphpet folder
$ tree . -L 2
.
|-- Dockerfile
|-- puphpet
|   |-- config.yaml
|   |-- files
|   |-- puppet
|   |-- README.md
|   `-- shell
`-- www
    |-- php.dev
    `-- README.md

$ docker build -t puppet .
$ docker run -i -t puppet /bin/bash