Merge pull request #357 from alfredleo/master

Fix docker run. Update docker install link. Add Play With Docker
This commit is contained in:
Dominik Liebler 2019-02-25 20:56:32 +01:00 committed by GitHub
commit dc64f24600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,8 @@ $ ./vendor/bin/phpunit
## using Docker (optional)
You can optionally run tests using [Docker for Mac](https://www.docker.com/docker-mac) or [Windows](https://www.docker.com/docker-windows) or native one for [Linux](https://www.docker.com/docker-debian).
You can optionally run tests using [Docker for Mac, Windows or Linux](https://docs.docker.com/compose/install/).
Just run:
```bash
@ -39,7 +40,7 @@ $ docker-compose up
To only install the dependencies, use `docker-compose` like this:
```bash
$ docker-compose run composer install
$ docker-compose run php php composer.phar install
```
## Patterns

0
docker/install-composer.sh Normal file → Executable file
View File