Lyon Hill
Lyon Hill
this will allow the interface to be implemented and used externally
if the virtual box vm panics nanobox will not be able to communicate with it through docker-machine since docker-machine just hangs
allow nanobox to run all apps on one shared cache vs a package cache for each app
allow forwarding from the ssh agent into docker containers
fixes #371 but we are waiting for other changes before merging
Tyler will fill in the details
https://circleci.com/docs/1.0/docker/#docker-exec
_From @sanderson on December 5, 2016 15:23_ This was found by @danhunsaker which helped troubleshoot a problem @atourino ran into: https://github.com/nanobox-io/nanobox/blob/master/generators/hooks/build/user.go#L15 > Not sure the best way to make Ruby...
_From @mbrodala on December 16, 2016 11:44_ How is an app supposed to send mails? I tried the sending test of TYPO3 which uses PHP's `mail` function which in turn...
_From @mbrodala on December 15, 2016 9:40_ Here's an excerpt from my `boxfile.yml`: ``` # ... web.site: # ... log_watch: apache[access]: /data/var/log/apache/access.log apache[error]: /data/var/log/apache/error.log php[error]: /data/var/log/php/php_error.log php[fpm]: /data/var/log/php/php_fpm.log typo3[typo3]: var/log/typo3.log...