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.

Vagga is a containerization tool without daemons

31 pointsby m_sahafover 9 years ago

5 comments

jamescunover 9 years ago
I don&#x27;t understand this point:<p><pre><code> - Fully userspace containers, no need for elevated privileges </code></pre> The most basic Linux container is constructed with chroot and namespaces, both of which require root privileges (or at least CAP_SYS_CHROOT and CAP_SYS_ADMIN respectively). Additionally managing layers with a union filesystem, unless utilising FUSE, will also require elevated privileges.
评论 #11087449 未加载
评论 #11086832 未加载
cm3over 9 years ago
Excellent avoidance of elevated privileges with CONFIG_USER_NS and it&#x27;s easy to deploy. Great stuff!
pathsjsover 9 years ago
I just had a brief look at the tutorial, but it looks great! Kudos to the author!
jablover 9 years ago
..and it&#x27;s implemented in Rust, w00t!
评论 #11088702 未加载
shiftoutboxover 9 years ago
Hey look , jails on Linux .