TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Introduction to runc

73 点作者 prakashdanish超过 4 年前

4 条评论

nezirus超过 4 年前
In addition to runc, I&#x27;d like to point out an alternative OCI runtime implementation, crun (<a href="https:&#x2F;&#x2F;github.com&#x2F;containers&#x2F;crun" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;containers&#x2F;crun</a>). You can play with both either directly, or through Podman (<a href="https:&#x2F;&#x2F;podman.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;podman.io&#x2F;</a>)<p>Useful for cgroups v2 too.
评论 #24408907 未加载
评论 #24408382 未加载
评论 #24412064 未加载
eatonphil超过 4 年前
Unfortunately on mobile the zoom is fixed (I can&#x27;t zoom out, didn&#x27;t know that was possible) and I can&#x27;t see the left and right edges of the text.
评论 #24408342 未加载
评论 #24408455 未加载
评论 #24409869 未加载
eatonphil超过 4 年前
Are there any runc shims that just use processes (I know, containers are just processes) ignoring network&#x2F;user&#x2F;etc namespace isolation and other Linux-specific security features? For example a shim that could run native MacOS processes on MacOS, native FreeBSD binaries on FreeBSD, etc. just by executing the processes directly.<p>The point of this would be to take advantage of the Docker ecosystem for _scheduling_ particularly in developer environments. Specifically I&#x27;d like a &quot;docker-compose for processes&quot; that can run on any system and just handles scheduling multiple processes together but without requiring root access to modify init scripts or systemd services at the system level.
评论 #24409539 未加载
mlang23超过 4 年前
wget directly to &#x2F;usr&#x2F;bin. Am I the only one who cringes upon such a pattern? I am probably too old. I recently almost doubled over when I saw that &#x2F;sbin is now a symlink to &#x2F;usr&#x2F;sbin on bullseye. Even worse, &#x2F;lib&#x2F;modules is a symlink to &#x2F;usr&#x2F;lib&#x2F;modules. Try $ find &#x2F;lib -name \<i>mlx5\</i> and learn how find treats symlinks.