Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patchlevel/php
https://github.com/patchlevel/php
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/patchlevel/php
- Owner: patchlevel
- Created: 2023-02-06T09:22:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T12:44:59.000Z (10 months ago)
- Last Synced: 2024-03-08T13:40:19.621Z (10 months ago)
- Language: Dockerfile
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP Images
```bash
alias php80='docker run --rm -it --volume $PWD:/app -w /app ghcr.io/patchlevel/php:8.0'
alias php81='docker run --rm -it --volume $PWD:/app -w /app ghcr.io/patchlevel/php:8.1'
alias php82='docker run --rm -it --volume $PWD:/app -w /app ghcr.io/patchlevel/php:8.2'
alias php83='docker run --rm -it --volume $PWD:/app -w /app ghcr.io/patchlevel/php:8.3'
```