You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by "Dominic Kim (Confluence)" <no...@apache.org> on 2019/04/23 04:40:05 UTC

[CONF] OpenWhisk > tweak-dockerhost.sh

There's **2 new edits** on this page  
---  
|  
---  
|  | [![page icon](cid:page-
icon)](https://cwiki.apache.org/confluence/display/OPENWHISK/tweak-
dockerhost.sh?src=mail&src.mail.product=confluence-
server&src.mail.timestamp=1555994404983&src.mail.notification=com.atlassian.confluence.plugins.confluence-
notifications-batch-plugin%3Abatching-
notification&src.mail.recipient=8aa980875bf24635015c9267bc8e02f6&src.mail.action=view
"page icon")  
---  
[tweak-
dockerhost.sh](https://cwiki.apache.org/confluence/display/OPENWHISK/tweak-
dockerhost.sh?src=mail&src.mail.product=confluence-
server&src.mail.timestamp=1555994404983&src.mail.notification=com.atlassian.confluence.plugins.confluence-
notifications-batch-plugin%3Abatching-
notification&src.mail.recipient=8aa980875bf24635015c9267bc8e02f6&src.mail.action=view
"tweak-dockerhost.sh")  
|  |  |  |  | ![](cid:avatar_667f47ce4ae6e3a298471a84d4c64230) |  | Dominic
Kim edited this page  
---  
|  
|  | Here's what changed:  
---  
|

  

|
![](https://cwiki.apache.org/confluence/s/en_GB/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/_/plugins/servlet/confluence/placeholder/macro-
icon?name=code) Code Block  
---  
| language | bash  
---|---  
      
    
    #!/bin/bash
    #
    # Licensed to the Apache Software Foundation (ASF) under one or more
    # contributor license agreements. See the NOTICE file distributed with
    # this work for additional information regarding copyright ownership.
    # The ASF licenses this file to You under the Apache License, Version 2.0
    # (the "License"); you may not use this file except in compliance with
    # the License. You may obtain a copy of the License at
    #
    # http://www.apache.org/licenses/LICENSE-2.0
    #
    # Unless required by applicable law or agreed to in writing, software
    # distributed under the License is distributed on an "AS IS" BASIS,
    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    # See the License for the specific language governing permissions and
    # limitations under the License.
    #
    
    # this should run to permit some unit tests to run which directly communicate
    # with containers; if you notice the route forwarding is immediately deleted
    # after this script runs (you can check by running 'route monitor') then
    # shut down your wireless and disconnect all networking cables, wait a few secs
    # and try again; you should see the route stick and now you can re-enable wifi etc.
    
    # Set this to the name of the docker-machine VM.
    MACHINE_NAME=whisk
    MACHINE_VM_IP=$(docker-machine ip $MACHINE_NAME)
    
    sudo route -n delete 172.17.0.0/16
    sudo route -n -q add 172.17.0.0/16 $MACHINE_VM_IP
    netstat -nr |grep 172\.17
    
      
  
...  
  
|  |  | [Go to page
history](https://cwiki.apache.org/confluence/pages/viewpreviousversions.action?pageId=112821555&src=mail&src.mail.product=confluence-
server&src.mail.timestamp=1555994404983&src.mail.notification=com.atlassian.confluence.plugins.confluence-
notifications-batch-plugin%3Abatching-
notification&src.mail.recipient=8aa980875bf24635015c9267bc8e02f6 "Go to page
history")  
---  
---  
| [View page](https://cwiki.apache.org/confluence/display/OPENWHISK/tweak-
dockerhost.sh?src=mail&src.mail.product=confluence-
server&src.mail.timestamp=1555994404983&src.mail.notification=com.atlassian.confluence.plugins.confluence-
notifications-batch-plugin%3Abatching-
notification&src.mail.recipient=8aa980875bf24635015c9267bc8e02f6&src.mail.action=view)  
---  
  
|  | [Stop watching
space](https://cwiki.apache.org/confluence/users/removespacenotification.action?spaceKey=OPENWHISK&src=mail&src.mail.product=confluence-
server&src.mail.timestamp=1555994404983&src.mail.notification=com.atlassian.confluence.plugins.confluence-
notifications-batch-plugin%3Abatching-
notification&src.mail.recipient=8aa980875bf24635015c9267bc8e02f6&src.mail.action=stop-
watching&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ4c3JmOjhhYTk4MDg3NWJmMjQ2MzUwMTVjOTI2N2JjOGUwMmY2IiwicXNoIjoiODdhYzJiMjNkOWE0OWE2NmY5NWYwZThiMmJjMjBmMWQxMDA3NWQ0M2M3M2M2MDc3MmJmZmU4Nzc5M2UyMDIwNyIsImlzcyI6ImNvbmZsdWVuY2Vfbm90aWZpY2F0aW9uc0FSRUgtWFVEMS1QT1FHLUNTQU8iLCJleHAiOjE1NTY1OTkyMDUsImlhdCI6MTU1NTk5NDQwNX0.QVdR77PRHNiHInmCQi1XdeMotHuWCe54uz_cnfgIAkc)
| •  
---|---  
[Manage
notifications](https://cwiki.apache.org/confluence/users/editmyemailsettings.action?src=mail&src.mail.product=confluence-
server&src.mail.timestamp=1555994404983&src.mail.notification=com.atlassian.confluence.plugins.confluence-
notifications-batch-plugin%3Abatching-
notification&src.mail.recipient=8aa980875bf24635015c9267bc8e02f6&src.mail.action=manage)  
---  
| ![Confluence logo big](cid:footer-desktop-logo)  
---  
This message was sent by Atlassian Confluence 6.15.2  
![](cid:footer-mobile-logo)  
---