TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why Linux Containers Matter for the Internet of Things

3 pointsby tdrndover 7 years ago

1 comment

fulafelover 7 years ago
It starts with &quot;we believe Linux containers are the first practical virtualization technology for the embedded world&quot; but then the case for containers vs normal virtualization struggles:<p>&quot;(VMs) [...] have two major drawbacks. The first, and most obvious, is the overhead required to run them. Embedded devices have limited storage space, computing power, and bandwidth, and increasing these resources to handle unnecessary overhead increases the per-device cost without adding any real benefit.&quot;.<p>They probably know that VMs don&#x27;t really take any more storage space, computing power or bandwidth than containers. Maybe a little bit on the computing power side, but the overhead is insignificant.<p>Also the big selling point is &quot;Isolated application failures&quot; but there is no mention of security failures. Docker style containers aren&#x27;t very strong on the security front.