Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmouse/puphpet-docker

Run puphpet.com configuration file in docker
https://github.com/dmouse/puphpet-docker

Last synced: 2 months ago
JSON representation

Run puphpet.com configuration file in docker

Awesome Lists containing this project

README

        

puphpet-docker
==============

Run puphpet.com configuration file in docker

```bash
$ 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

```