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.

Buildah – build your containers from the ground up

3 pointsby nul_bytealmost 8 years ago

2 comments

gtirlonialmost 8 years ago
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_bytealmost 8 years ago
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>