From 5f2caf3fc52931e3e8b692489458d1d613fe3ac9 Mon Sep 17 00:00:00 2001 From: Scott Dutton Date: Wed, 11 Mar 2020 15:27:01 +0000 Subject: [PATCH] Update composer docs (#1666) * Update composer docs OSX issue has been fixed for later versions * Update composer/content.md Co-Authored-By: Rob Co-authored-by: Rob --- composer/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer/content.md b/composer/content.md index 88417373b..5965d1ccf 100644 --- a/composer/content.md +++ b/composer/content.md @@ -67,7 +67,7 @@ $ eval $(ssh-agent); \ %%IMAGE%% 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: