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

https://github.com/phpbrew/phpbrew-docker

docker images for phpbrew
https://github.com/phpbrew/phpbrew-docker

Last synced: 8 months ago
JSON representation

docker images for phpbrew

Awesome Lists containing this project

README

          

# phpbrew-ready docker images

See phpbrew/phpbrew on Docker Hub

## Build

The build script already provides the magic to build all the images:

```sh
./build
```

To build the phpbrew base image only:

```
./build phpbrew-base
```

To build a specific image only:

```
./build phpbrew/18.04-minimum
```