https://github.com/kodeart/docker-php7-dev
Dockerized PHP7 with useful tools for development.
https://github.com/kodeart/docker-php7-dev
Last synced: 4 months ago
JSON representation
Dockerized PHP7 with useful tools for development.
- Host: GitHub
- URL: https://github.com/kodeart/docker-php7-dev
- Owner: kodeart
- Created: 2016-06-06T19:35:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-06T23:37:57.000Z (about 10 years ago)
- Last Synced: 2025-06-23T20:10:29.304Z (12 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mihailbinev/php7-dev
====================
> THIS IMAGE IS FOR DEVELOPMENT AND NOT SUITABLE FOR PRODUCTION!
* PHP7
* Supervisor
* SSHd
* PHPUnit
* Mess Detector
* CodeSniffer
* Xdebug
```sh
docker run --rm -it -p 2222:22 mihailbinev/php7-dev
# use docker-compose.yml to expose the 2222 port
# (or any other available port you like)
ssh -p 2222 root@0.0.0.0
```