From 8098b3e051c95a9f04a406d27a440a30bc68659c Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Mon, 2 Nov 2020 14:50:47 -0600 Subject: [PATCH] Update README.md --- Workbench/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Workbench/README.md b/Workbench/README.md index 9b7f0f6..bba03f8 100644 --- a/Workbench/README.md +++ b/Workbench/README.md @@ -7,3 +7,5 @@ $ docker-compose up --build ``` Please see a detailed description [here](https://spaces.at.internet2.edu/display/MID/Complex+midPoint+integration+demo). + +NOTE: This environment works with Docker for Windows CE, but before cloning this repository, ensure that your git client on Windows does not translate LF line endings into CRLF line endings or the mq and grouper_daemon contains will not start. This can be done using the command: 'git config --global core.autocrlf false'