You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2020/10/14 05:27:48 UTC

[airavata] 04/04: Updating readme for windows ide-integration support

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

dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit f9b9e203fc268db468977680ab511f88a3eadc99
Author: DImuthuUpe <di...@gmail.com>
AuthorDate: Wed Oct 14 05:19:22 2020 -0400

    Updating readme for windows ide-integration support
---
 modules/ide-integration/README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/modules/ide-integration/README.md b/modules/ide-integration/README.md
index 4eead3a..e95287c 100644
--- a/modules/ide-integration/README.md
+++ b/modules/ide-integration/README.md
@@ -149,11 +149,17 @@ https://support.google.com/accounts/answer/6010255?hl=en
 
 * Run following command to get the ip address of host machine
 
-  This command is for docker containers deployed on Mac OSX  
+  For Mac OSX  
 
   ```
   docker-compose exec pga getent hosts docker.for.mac.host.internal | awk '{ print $1 }'
   ```
+  
+  For Windows
+  
+  ```
+  docker-compose exec pga getent hosts host.docker.internal
+  ```
 
 * Update the host entries of pga container with above ip address