What's the best container setup if I want: (a) production containers to match development containers, and: (b) I want to support a full grunt-based workflow automation setup for development?
If I build a node.js/Apache container which then also includes all the grunt watch/rebuild/livereload/etc then it seems I am not satisfying point (a) above. So then in a vagrant/docker world, would we have an "app" container which is the same for production,staging, test and dev - just containing node.js and Apache - and then a second container for dev-only which contains all the workflow tools/dev dependencies and shares the files with the app container? Rhys -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
