Results 30 comments of Daniel Dent

Current npm install output: > npm WARN deprecated [email protected]: Please use gulp-clean-css npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm...

This seems to be because Docker does not currently provide init services within a container. Meteor in development mode launches processes such as MongoDB, and those processes need to be...

Thanks for opening this - I'll re-visit this issue after the -dev branch lands on master.

Thanks for this work a while back - I apologize I was not able to provide better feedback as to why I hadn't merged it. I've created a new patch...

I'm not strictly clear on what you are trying to cache when. It might be the simplest approach is to create a new Docker image for yourself with this image...

A docker stack setup seems like a reasonable addition to this repository. For now, due to time constraints on my part, I must simply respond that I am open to...

Thanks for the feedback. The build process for this container does not do a package catalog update as I have not had time to investigate a way to do so...

Another option would be for you to build a new Docker image using this one as a base. A very simple Dockerfile would do the trick: FROM danieldent/meteor RUN command_to_get_the_image_into_a_state_you_like...

Yes - see https://github.com/DanielDent/docker-nginx-ssl-proxy#customizing