> Docker enables you to package up your application along with all of the application’s dependencies into a nice self-contained image. You can then use use that image to run your application in containers. Actually docker was created to enable easy scaling of web applications. If you want to package your application up take a look at some modern package managers. By using a modern package manager like nix you can wor…
Microcontainers – Tiny, Portable Docker Containers
21–30 of 68 posts
Re: Microcontainers – Tiny, Portable Docker Containers
#22> Docker enables you to package up your application along with all of the application’s dependencies into a nice self-contained image. You can then use use that image to run your application in containers. Actually docker was created to enable easy scaling of web applications. If you want to package your application up take a look at some modern package managers. By using a modern package manager like nix you can wor…
Citation? From my perspective, most of the features you'd need to do that appeared around 2 years into Docker's life.
Re: Microcontainers – Tiny, Portable Docker Containers
#23Isn't it the same as using "alpine" as base ? https://news.ycombinator.com/item?id=10782897
[1]: https://github.com/iron-io/dockers/blob/master/base/Dockerfi...
Re: Microcontainers – Tiny, Portable Docker Containers
#24> Docker enables you to package up your application along with all of the application’s dependencies into a nice self-contained image. You can then use use that image to run your application in containers. Actually docker was created to enable easy scaling of web applications. If you want to package your application up take a look at some modern package managers. By using a modern package manager like nix you can wor…
> About the author > Hey! I’m Marc, an eighteen years old software engineer located in Germany.
You're obviously quite knowledgeable and well spoken for such a young age, and presumably English isn't your first language either. I just wanted to say keep up the good work, you have a bright future ahead of you – kudos!
Re: Microcontainers – Tiny, Portable Docker Containers
#25I have to say I love the work iron.io does. Their "iron worker"[1] service is awesome (think Amazon Lambda for pretty much any common language). [1] http://www.iron.io/worker/
Re: Microcontainers – Tiny, Portable Docker Containers
#26> Docker enables you to package up your application along with all of the application’s dependencies into a nice self-contained image. You can then use use that image to run your application in containers. Actually docker was created to enable easy scaling of web applications. If you want to package your application up take a look at some modern package managers. By using a modern package manager like nix you can wor…
I mostly agree with what you're saying, but what caught my eye was: > About the author > Hey! I’m Marc, an eighteen years old software engineer located in Germany. You're obviously quite knowledgeable and well spoken for such a young age, and presumably English isn't your first language either. I just wanted to say keep up the good work, you have a bright future ahead of you – kudos!
Re: Microcontainers – Tiny, Portable Docker Containers
#27how are you guys using docker btw? I keep hearing about it, I like it but have almost to no reason to use it.
Re: Microcontainers – Tiny, Portable Docker Containers
#28In this case it doesn't make much difference (a couple of MB perhaps) but often you'll see people chaining all the commands and ending it with a cleanup in a single RUN like here: https://github.com/docker-library/ruby/blob/ccbf9e54f60ba245...
Re: Microcontainers – Tiny, Portable Docker Containers
#29> Docker enables you to package up your application along with all of the application’s dependencies into a nice self-contained image. You can then use use that image to run your application in containers. Actually docker was created to enable easy scaling of web applications. If you want to package your application up take a look at some modern package managers. By using a modern package manager like nix you can wor…
> docker was created to enable easy scaling of web applications Citation? From my perspective, most of the features you'd need to do that appeared around 2 years into Docker's life.
[0]: https://en.wikipedia.org/wiki/Docker_(software)#History
Re: Microcontainers – Tiny, Portable Docker Containers
#30> Docker enables you to package up your application along with all of the application’s dependencies into a nice self-contained image. You can then use use that image to run your application in containers. Actually docker was created to enable easy scaling of web applications. If you want to package your application up take a look at some modern package managers. By using a modern package manager like nix you can wor…
I mostly agree with what you're saying, but what caught my eye was: > About the author > Hey! I’m Marc, an eighteen years old software engineer located in Germany. You're obviously quite knowledgeable and well spoken for such a young age, and presumably English isn't your first language either. I just wanted to say keep up the good work, you have a bright future ahead of you – kudos!