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

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.

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
```