You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mo...@apache.org on 2020/08/30 01:36:03 UTC

[geode-native] 01/01: Add note that docker compose is needed

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

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

commit 6019702c10843752c1f1448b8efc894887235b31
Author: M. Oleske <mo...@users.noreply.github.com>
AuthorDate: Sat Aug 29 18:35:53 2020 -0700

    Add note that docker compose is needed
    
    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