From c3837030569d3472ce44a07758e7f92d2acf823c Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Tue, 15 Aug 2017 07:59:22 +0200 Subject: [PATCH] fix example, phrasing --- composer/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer/content.md b/composer/content.md index 0df807198..e7b26af1b 100644 --- a/composer/content.md +++ b/composer/content.md @@ -21,7 +21,7 @@ You can mount the Composer home directory from your host inside the Container to ```sh docker run --rm --interactive --tty \ --volume $PWD:/app \ - --volume $COMPOSER_HOME:/composer \ + --volume $COMPOSER_HOME:/tmp \ composer install ``` @@ -61,7 +61,7 @@ docker run --rm --interactive --tty \ ### PHP Extensions -We strive to deliver an image that is as lean as possible, aimed at running Composer only. +We aim to deliver an image that is as lean as possible, build for running Composer only. Sometimes dependencies or Composer [scripts](https://getcomposer.org/doc/articles/scripts.md) require the availability of certain PHP extensions. In this scenario, you have two options: