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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Buildah – build your containers from the ground up

3 点作者 nul_byte将近 8 年前

2 条评论

gtirloni将近 8 年前
Tools like buildah and cri-o really give us some hope on the backend. I want rock solid components that do one thing well and fail in predictable ways.
nul_byte将近 8 年前
Just had a play with this on a VM.<p>Really not much of a challenge to adjust to from docker. The posix style CLI args are quite similar as is the stdout.<p>This was enough to get me into a container:<p><pre><code> debcontainer=$(buildah from debian) buildah run $debcontainer &#x2F;bin&#x2F;bash root@61badeb3d050:&#x2F;# uname -r 4.10.15-200.fc25.x86_64</code></pre>