2019-08-14 15:16:00 UTC - Paul Yu: Hello, all ! Glad to join the slack. I have 
some trouble:
After I set up OpenWhisk environment with 
<https://gist.github.com/epiphone/8fe223bbfc375d01f12822e405f6aa54>, I verify 
the function of `wsk`.
I ran,
    # wsk action create fib fib.py --web true
    # wsk -i api create /default /fib get fib
I got these,
    ok: created API /default/fib GET for action /_/fib
    
<http://172.17.0.1:9001/api/23bc46b1-71f6-4ed5-8c54-816aa4f8c502/default/fib>
The Web API IP (172.17.0.1) is an  internal IP of network-card docker0. I can 
only visit or call it from localhost. I can't visit it from other hosts. So I 
want to ask that if we can get a public network IP of Web API, by modifying 
some config ? And what config should I modify ? Thanks a lot.
https://openwhisk-team.slack.com/archives/C3TP33Y2U/p1565795760007800
----

Reply via email to