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.

Lmctfy – Let Me Contain That for You

52 pointsby tvvocoldalmost 10 years ago

4 comments

GauntletWizardalmost 10 years ago
As a former Google SRE, I&#x27;m pretty annoyed with the number of abstractions, indirections, and arbitrary features being pumped into docker. The core concept of Containers is supposed to be that you write to the unix process model, and the process model alone; Not create new systems from whole cloth in overly abstract ways.<p>This doesn&#x27;t work for a lot of legacy systems, but rather than port or write new systems to do those functions, the Docker model seems to have absorbed all the hacks without documenting any of the best practices, allowing anyone who&#x27;s going about creating new systems to wander off into the weeds of subfeatures and hacks.<p>Unfortunately, the LMCTFY project seems to be dead; They&#x27;re porting features into the already bloated libcontainer, though I&#x27;m certain the borglet it is based on stays fairly pristine. LMCTFY and the google stack are a very different style of systems administration than is currently in vogue; but together they create a beautiful and pristine ecosystem with very few rough edges.<p>Anyway: If you want to know what you should be building with Docker, figure out how you would build it with just what LMCTFY provides. Some of it is non-obvious (Service discovery is a core service that exists in many forms, but few that are analogous&#x2F;replacements for what the google stack needs), but by paring down what you work with, you ultimately create much tighter, more reliable systems.
评论 #9797386 未加载
评论 #9796816 未加载
评论 #9798261 未加载
评论 #9796883 未加载
rwmjalmost 10 years ago
Sounds at least superficially like libvirt-sandbox. Libvirt-sandbox has the possible advantage that with a single switch you can use either a container or a full virt (qemu) process to contain the task.
vacrialmost 10 years ago
&gt; <i>lmctfy (pronounced l-m-c-t-fi, IPA: &#x2F;ɛlɛmsitifаɪ&#x2F;)</i><p>I always read this as &quot;lamictify&quot;, having worked with patients on &#x27;lamictal&#x27; for a few years.
评论 #9797456 未加载
kungfoomanalmost 10 years ago
Google knows how not to use GPL AIDS licenses, thanks!