Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicekiwi/php-docker
php 7.2 with xdebug and composer (supports parallel downloads)
https://github.com/nicekiwi/php-docker
composer docker laravel php xdebug
Last synced: 7 days ago
JSON representation
php 7.2 with xdebug and composer (supports parallel downloads)
- Host: GitHub
- URL: https://github.com/nicekiwi/php-docker
- Owner: nicekiwi
- License: mit
- Created: 2019-11-04T20:04:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T01:19:43.000Z (about 5 years ago)
- Last Synced: 2024-11-18T23:58:02.611Z (2 months ago)
- Topics: composer, docker, laravel, php, xdebug
- Language: Dockerfile
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PHP Docker Container
![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/nicekiwi/php)
Dev container.
- PHP 7.2
- XDebug 2.7.0
- Composer (with Prestissimo and Laravel Installer)## Usage
**Get image**
`docket pull nicekiwi/php`**Start container**
`docker run -itd --rm -v $PWD:/opt/code -w /opt/code --network host --name php nicekiwi/php`**Enter container**
`docker exec -it php bash`**Profit**
`php -r 'echo "Release the niffler!\n";'`