Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dmouse/puphpet-docker
- Owner: dmouse
- Created: 2014-04-07T00:52:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-07T04:01:04.000Z (over 10 years ago)
- Last Synced: 2023-03-11T00:04:01.443Z (almost 2 years ago)
- Language: Shell
- Size: 141 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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```