A tiny Docker image to serve static websites
lipanski.com
A tiny Docker image to serve static websites
1–10 of 156 posts
Re: A tiny Docker image to serve static websites
#2People will remark about how this is a waste of time, others will say it is absolutely necessary, even more will laud it just for the fun of doing it. I'm in the middle camp. I wish software/systems engineers would spend more time optomising for size and performance.
Re: A tiny Docker image to serve static websites
#3I love stuff like this. People will remark about how this is a waste of time, others will say it is absolutely necessary, even more will laud it just for the fun of doing it. I'm in the middle camp. I wish software/systems engineers would spend more time optomising for size and performance.
Re: A tiny Docker image to serve static websites
#4Re: A tiny Docker image to serve static websites
#5Re: A tiny Docker image to serve static websites
#6I love stuff like this. People will remark about how this is a waste of time, others will say it is absolutely necessary, even more will laud it just for the fun of doing it. I'm in the middle camp. I wish software/systems engineers would spend more time optomising for size and performance.
Re: A tiny Docker image to serve static websites
#7But why would you prefer Docker like this over, for example, running thttpd directly? Saves you a lot of Ram an indirection?
It's really only on windows/mac where docker has significant memory overhead, and that's just because it has to run a little VM with a linux kernel. You'd have the same issue if you tried to run thttpd there too and couldn't find a native mac/windows binary.
Re: A tiny Docker image to serve static websites
#8I love stuff like this. People will remark about how this is a waste of time, others will say it is absolutely necessary, even more will laud it just for the fun of doing it. I'm in the middle camp. I wish software/systems engineers would spend more time optomising for size and performance.
Re: A tiny Docker image to serve static websites
#9I love stuff like this. People will remark about how this is a waste of time, others will say it is absolutely necessary, even more will laud it just for the fun of doing it. I'm in the middle camp. I wish software/systems engineers would spend more time optomising for size and performance.
Wouldn't removing Docker entirely be a good optimization?
Re: A tiny Docker image to serve static websites
#10Earlier quoted context omitted.
Wouldn't removing Docker entirely be a good optimization?
Docker adds other value to the lifecycle of your deployment. An "optimization" where you're removing value is just a compromise. Otherwise we'd all run our static sites on UEFI.
Adding value is a compromise of some increased security risk - and it's our job to mitigate that as much as possible by writing quality software.