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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Dockerless, Elixir Web Application Using Podman and Plug

30 点作者 spacedimp将近 2 年前

3 条评论

nicce将近 2 年前
It seems like the tutorial is not really thinking the end-result and reproducibility of the container (the main use-case).<p>It is manual workflow to create a service inside container, when you instead should automate the process with Dockerfile&#x2F;Containerfile or just shellsricpt it with Buildah.<p>What is the point of creating non-root user here when he adds it to the wheel group anyway?<p>Something you are not doing, when making a proper container image.
评论 #36211102 未加载
_joel将近 2 年前
Why do this rather than use a Dockerfile?
lioeters将近 2 年前
I liked the tutorial, it showed how to get started with some interesting choice of technologies.<p>What I would have liked to see more:<p>- Why not Docker? Why Podman instead of other container tools?<p>- Why Elixir instead of other languages? <a href="https:&#x2F;&#x2F;elixirschool.com&#x2F;en&#x2F;why" rel="nofollow">https:&#x2F;&#x2F;elixirschool.com&#x2F;en&#x2F;why</a><p>- Why not Phoenix?<p>- How to clean up after the tutorial: shut down Podman, etc.
评论 #36213768 未加载