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
- Host: GitHub
- URL: https://github.com/phpbrew/phpbrew-docker
- Owner: phpbrew
- Created: 2019-01-19T10:44:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T15:08:37.000Z (about 7 years ago)
- Last Synced: 2025-01-21T15:16:10.752Z (about 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 53.7 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```