Merge pull request #259 from nicoder/patch-1

fix typo
This commit is contained in:
Tianon Gravi 2015-07-01 11:30:40 -07:00
commit b4e34b6d28
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Where `src/` is the directory containing all your php code and `config/` contain
We provide two convenient scripts named `docker-php-ext-configure` and `docker-php-ext-install`, you can use them to easily install PHP extension.
For example, if you want to have a PHP-FPM image with `iconv`, `mcrypt` and `gd` extensions, you can inheriting the base image that you like, and write your own `Dockerfile` like this:
For example, if you want to have a PHP-FPM image with `iconv`, `mcrypt` and `gd` extensions, you can inherit the base image that you like, and write your own `Dockerfile` like this:
FROM php:5.6-fpm
# Install modules