You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gearpump.apache.org by huafengw <gi...@git.apache.org> on 2017/03/01 12:16:47 UTC

[GitHub] incubator-gearpump issue #162: [GEARPUMP-281] Using new version of docker im...

Github user huafengw commented on the issue:

    https://github.com/apache/incubator-gearpump/pull/162
  
    Hi Karol, would you mind do some code modification in org.apache.gearpump.integrationtest.Docker.scala, change the implementation of `getNetworkGateway` to 
    ```
      final def getNetworkGateway(container: String): String = {
        trace(container, s"Get gateway of container...") {
          Docker.inspect(container, "--format={{.NetworkSettings.Gateway}}")
        }
      }
    ```
    
    Then rerun the integration test on your Ubuntu environment to see whether the modification is OK?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---