top | item 10604007 (no title) mwmanning | 10 years ago Hey this is Matt from the Convox team. I'm happy to answer any questions about Grid (what it is, why we built it), Convox, or AWS/Docker in general. discuss order hn newest Killswitch|10 years ago What's your feelings about cedar stack being over 1.5GB in size after building a docker image?I came across your guys' stuff about a month ago and was intrigued by the cedar stack of heroku being dockerized and started playing with it.Immediately stopped when my simple hello world node app was 1.5GB in size. mwmanning|10 years ago The cedar image is admittedly pretty large. There's a lot of stuff in there.Building a much more lightweight image for your node app shouldn't be too hard, though. Check out https://github.com/convox-examples/express for a simple example. load replies (1)
Killswitch|10 years ago What's your feelings about cedar stack being over 1.5GB in size after building a docker image?I came across your guys' stuff about a month ago and was intrigued by the cedar stack of heroku being dockerized and started playing with it.Immediately stopped when my simple hello world node app was 1.5GB in size. mwmanning|10 years ago The cedar image is admittedly pretty large. There's a lot of stuff in there.Building a much more lightweight image for your node app shouldn't be too hard, though. Check out https://github.com/convox-examples/express for a simple example. load replies (1)
mwmanning|10 years ago The cedar image is admittedly pretty large. There's a lot of stuff in there.Building a much more lightweight image for your node app shouldn't be too hard, though. Check out https://github.com/convox-examples/express for a simple example. load replies (1)
Killswitch|10 years ago
I came across your guys' stuff about a month ago and was intrigued by the cedar stack of heroku being dockerized and started playing with it.
Immediately stopped when my simple hello world node app was 1.5GB in size.
mwmanning|10 years ago
Building a much more lightweight image for your node app shouldn't be too hard, though. Check out https://github.com/convox-examples/express for a simple example.