From 47056d4d6b95b70cd58d1d61671f1b7d338bfee5 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 11 Mar 2020 16:10:45 +0000 Subject: [PATCH] Run update.sh --- composer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer/README.md b/composer/README.md index c585d3414..274347a96 100644 --- a/composer/README.md +++ b/composer/README.md @@ -113,7 +113,7 @@ $ eval $(ssh-agent); \ composer install ``` -**Note:** This currently does not work on OSX, see [docker/for-mac#410](https://github.com/docker/for-mac/issues/410). +**Note:** On OSX this requires Docker For Mac v2.2.0.0 or later, see [docker/for-mac#410](https://github.com/docker/for-mac/issues/410). When combining the use of private repositories with running Composer as another user, you might run into non-existent user errors (thrown by ssh). To work around this, simply mount the host passwd and group files (read-only) into the container: