You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/12/20 11:11:50 UTC

[GitHub] danilomendonca commented on issue #3123: Nginx container fails to start

danilomendonca commented on issue #3123: Nginx container fails to start
URL: https://github.com/apache/incubator-openwhisk/issues/3123#issuecomment-353035474
 
 
   I found the [detailed tutorial for Vagrant](https://github.com/apache/incubator-openwhisk/blob/master/tools/vagrant/README.md), I suppose I have to:
   
   vagrant ssh
   cd ${ANSIBLE_HOME}
   # teardown all containers expect couchdb container
   ansible-playbook -i environments/local openwhisk.yml -e mode=clean
   # deploy openwhisk containers
   ansible-playbook -i environments/local openwhisk.yml
   
   to re-deploy after VM restart. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services