dash
dash copied to clipboard
A simple Docker Compose wrapper command used in developing applications at IFTTT.
(Moved from #24) I hate that so many use https in production but they don't in development. This causes multiple errors constantly. For example devs don't notice mixed content errors....
So basically I installed dash on my computer but during the process it cannot ssh into the dev machine. It freezes on that point and that's about it. Iv'e tried...
I have been testing: https://github.com/nlf/dlite for few days. **TL;DR: It is awesome.** **dlite:** - automatically starts in system restart - doesn't need any eval $(dev machine env) since it mounts...
**Container domain names** `.dev` addresses will be used by Google in near future: http://www.theregister.co.uk/2015/03/13/google_developer_gtld_domain_icann/ Here's article of `.dev` and reserved domains which can be used instead: https://iyware.com/dont-use-dev-for-development/ From those options...
I was having problems with creating new dev machine while tinkering with the setup. Ansible configures /etc/exports nfsd with `192.168.99.100` believing it won't change. This is usually the port but...
when i execute ``` bash {"failed": true} msg: Error: Empty installation FATAL: all hosts have already failed -- aborting PLAY RECAP ******************************************************************** to retry, use: --limit @/Users/fanyongdong/mac.retry 127.0.0.1 : ok=4...
I'm trying out Dash on my Mac (OS/X El Capitan 10.11.1) and I noticed that setting up the NFS share in `bootsync.sh` doesn't work without the `-network` and `-mask` flags....
Looks like `dev dash up` runs by default when you call `dev up`, but in my case I didn't have any project to run with `dev up` but just wanted...