josecvega opened a new issue #2588: Vagrant OpenWhisk Nginx container
URL: https://github.com/apache/incubator-openwhisk/issues/2588
 
 
   ## Environment details:
   
   * vagrant (1.9.5) with virtualbox(5.1.22 r115126) running on Mac OS Sierra 
(19.12.6)
   
   ## Steps to reproduce the issue:
   
   1.   git clone --depth=1 https://github.com/apache/incubator-openwhisk.git 
openwhisk
   2.   cd openwhish/tools/vagrant
   3.   ./hello
   4.   vagrant ssh
   3.   create Javascript file names hello.js
   5.   wsk action create hello hello.js
   
   
   ## Provide the expected results and outputs:
   
   ```
   ok: created action hello
   ```
   
   
   ## Provide the actual results and outputs:
   
   ```
   error: Unable to create action 'hello': Put 
https://192.168.33.13/api/v1/namespaces/guest/actions/hello?overwrite=false: 
dial tcp 192.168.33.13:443: getsockopt: connection refused
   ```
   
   ## Additional information you deem important:
   * nginx container does not appear to be running
   ```
   9a6896827eb1        nginx:1.11                       "nginx -g 'daemon off"  
 14 hours ago        Restarting (1) 3 minutes ago   0.0.0.0:80->80/tcp, 
0.0.0.0:443->443/tcp, 0.0.0.0:8443->8443/tcp   nginx
   ````
   
   * can't attach nginx container
   ```
   docker attach 9a6896827eb1
   2017/08/08 15:56:42 [emerg] 1#1: open() "/etc/nginx/nginx.conf" failed (2: 
No such file or directory)
   nginx: [emerg] open() "/etc/nginx/nginx.conf" failed (2: No such file or 
directory)
   ```
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to