Running Podman  in production for years now, and I don't miss the Docker daemon one bit.

I just published a deep dive on managing OCI containers the Unix way: daemonless, rootless, and natively integrated with systemd via Quadlets.

I cover:
- Real secrets management
- Auto-updates via systemd timers
- The Docker compatibility layer

This is the guide I wish I had when making the switch.

Read it here: https://blog.hofstede.it/podman-in-production-quadlets-secrets-auto-updates-and-docker-compatibility/

#Podman #Linux #DevOps #Systemd #Homelab #Sysadmin #Containers

Podman in Production: Quadlets, Secrets, Auto-Updates, and Docker Compatibility

An opinionated production-ops guide to Podman on Linux servers - why I prefer it over Docker, how Quadlets replace Compose files, and practical patterns from real deployments including secrets mana...

Larvitz Blog

I run 21 OCI containers with Podman (and Quadlets!) on my ARM aarch64 server on Netcup with Red Hat Enterprise Linux (RHEL) 10.1. Memory utilization is a bit high, but the system is working absolutely stable for months.

TLS certificates and ingress-routing is handled fully automatically by Traefik and labels, attached to the containers.

Having everything containerized, makes it really easy to clean up 🙂 There's some applications, that I don't even use anymore. Time to clean up.

Then I'll continue, replacing the old Authentik installation with Keycloak for my OIDC applications (Forgejo, Wallos etc.)

#linux #redhat #rhel #podman #devops #containers #forgejo #netcup

🌕 GitHub - ExTV/Podroid: 無需 Root 權限的 Android 版 Podman — 在手機上執行 Linux 容器
➤ 隨身攜帶的 Linux 容器引擎:讓 Android 手機搖身一變成為輕量級開發伺服器
https://github.com/ExTV/Podroid
Podroid 是一款創新的 Android 應用程式,它讓使用者無需取得手機 Root 權限或安裝複雜的終端模擬器(如 Termux),即可在 Android 裝置上輕鬆運行 Linux 容器。該專案透過封裝輕量級的 Alpine Linux 虛擬機與 QEMU 模擬器,實現了完整的 OCI 容器化環境。使用者不僅能執行容器,還能享受包含持久化儲存、網路埠映射以及完整終端模擬在內的進階功能,為行動裝置帶來了桌面級的開發體驗。
+ 太神了!以前為了在手機跑容器還要折騰各種 proot,現在直接安裝 APK 就能用,非常適合在通勤時進行輕量級的程式測試。
+ 雖然這對硬體資源有一定的要求,但能把 Pod
#Android 開發 #Linux 容器 #QEMU #Podman #開源軟體
GitHub - ExTV/Podroid: Rootless Podman for Android — run Linux containers on your phone

Rootless Podman for Android — run Linux containers on your phone - ExTV/Podroid

GitHub
GitHub - ExTV/Podroid: Rootless Podman for Android — run Linux containers on your phone

Rootless Podman for Android — run Linux containers on your phone - ExTV/Podroid

GitHub
Finally spending some time to containerize a #Django project to use #Podman, and then I'll finally move the server off #Ubuntu and deploy it on #CentOS.
Docker vs Podman el 2026: qui guanya en infraestructures d'#IA? 🤖 Mentre que #Docker manté la seva maduresa, #Podman destaca per la seva arquitectura sense daemon i rootless, clau per a la seguretat en projectes de #Dee ...

[^BgTA^] :verified: :opensuse:...
[^BgTA^] :verified: :opensuse: (@[email protected])

Docker vs Podman el 2026: qui guanya en infraestructures d'#IA? 🤖 Mentre que #Docker manté la seva maduresa, #Podman destaca per la seva arquitectura sense daemon i rootless, clau per a la seguretat en projectes de #DeepLearning. A més, la seva integració nativa amb #Kubernetes i l'absència de costos de llicència el fan imbatible per a molts entorns de producció. Llegeix la comparativa aquí: https://dasroot.net/posts/2026/02/docker-vs-podman-ai-infrastructure/ #DevOps #Containers #ArtificialIntelligence #CloudComputing #Tecnologia

In4Matics

Docker vs Podman el 2026: qui guanya en infraestructures d'#IA? 🤖

Mentre que #Docker manté la seva maduresa, #Podman destaca per la seva arquitectura sense daemon i rootless, clau per a la seguretat en projectes de #DeepLearning. A més, la seva integració nativa amb #Kubernetes i l'absència de costos de llicència el fan imbatible per a molts entorns de producció.

Llegeix la comparativa aquí: https://dasroot.net/posts/2026/02/docker-vs-podman-ai-infrastructure/

#DevOps #Containers #ArtificialIntelligence #CloudComputing #Tecnologia

Docker vs Podman: A 2026 Comparison for AI Infrastructure

Compare Docker and Podman for AI infrastructure in 2026. This analysis covers architecture, performance, security, and Kubernetes integration to help teams choose the right container runtime for AI development and deployment.

Technical news about AI, coding and all

Как добавить переменные в контейнер Podman

Когда мы запускаем контейнер, в большинстве случаев предварительно нужно указать настройки: порт, пароль, режим работы, адрес базы и т. д. Зачастую такие параметры жестко прописывают в самом коде, но это плохой стиль и вообще идея так себе. В будущем вы можете «затроить» и все это слить в git-репозиторий. А как мы знаем, хранить чувствительные данные в там нельзя. Удобнее и гибче использовать переменные окружения. Те самые, которые environment variables. С помощью переменных можно настраивать поведение контейнера, использовать разные конфигурации (dev/stage/prod), безопасно передавать чувствительные данные. Как видите, одни плюсы. Работа с переменными в Podman строится практически так же, как в Docker. Есть некоторые нюансы, но о них расскажу чуть позже. Сейчас давайте потыкаем на практике и посмотрим, что же происходит.

https://habr.com/ru/companies/selectel/articles/1018306/

#selectel #linux #podman #переменные #контейнеры

Как добавить переменные в контейнер Podman

Когда мы запускаем контейнер, в большинстве случаев предварительно нужно указать настройки: порт, пароль, режим работы, адрес базы и т. д. Зачастую такие параметры жестко прописывают в самом коде, но...

Хабр

Compare Docker and Podman for AI infrastructure in 2026. This analysis covers architecture, performance, security, and Kubernetes integration to help teams choose the right container runtime for AI development and deployment.

#Docker #Podman #AI Infrastructure #Container Runtime #Kubernetes Integration

https://dasroot.net/posts/2026/02/docker-vs-podman-ai-infrastructure/

Docker vs Podman: A 2026 Comparison for AI Infrastructure

Compare Docker and Podman for AI infrastructure in 2026. This analysis covers architecture, performance, security, and Kubernetes integration to help teams choose the right container runtime for AI development and deployment.

Technical news about AI, coding and all

🕸️ Nuovo lab pubblicato su Codeberg: istio-lab
Istio su Minikube con Podman rootless, Kubernetes, Ubuntu Server 24.04.
Cosa copre:

➡️ Installazione Istio + addons (Grafana, Kiali, Prometheus, Jaeger)
➡️ Sidecar injection e observability del service mesh
➡️ Canary deployment (90/10 traffic split)
➡️ mTLS STRICT — trasparente all'applicazione, gestito dai sidecar Envoy

Setup in 10 minuti.

https://codeberg.org/maulonobile/istio-lab

@opensource
@linux

#istio #kubernetes #Observability #Podman #OpenSource

istio-lab

Learn Istio service mesh on Minikube with Podman rootless on Ubuntu Server 24.04. Canary deployments, observability and mTLS in practice.

Codeberg.org