This is an automated email from the ASF dual-hosted git repository.

bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new a943ec8  Add note that docker compose is needed (#643)
a943ec8 is described below

commit a943ec835f12a25e45d07bd6ddd7f6b3aae21756
Author: M. Oleske <[email protected]>
AuthorDate: Wed Sep 2 09:25:56 2020 -0700

    Add note that docker compose is needed (#643)
    
    Docker Compose is installed on Mac and Windows when using Docker Desktop.  
On Linux you install Docker and Docker Compose separately, so it should be 
called out in our docs
---
 BUILDING.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/BUILDING.md b/BUILDING.md
index 7ee9d41..db793c5 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -7,7 +7,8 @@
 * [OpenSSL](https://www.openssl.org) *(for building source documentation)*
 * Java 8 JDK *(for building server side java functions used in some of the 
integration tests)*
 * [Apache Geode](http://geode.apache.org/releases/) binaries installed or 
available to link against
-* [Docker](https://www.docker.com/ (for running SNI Test)
+* [Docker](https://www.docker.com/) (for running SNI Test)
+* [Docker Compose](https://docs.docker.com/compose/install/) (for running SNI 
Test)
 
 ### Platform-Specific Prerequisites
 

Reply via email to