Show HN: We Put Chromium on a Unikernel (OSS Apache 2.0)(github.com/onkernel) Kernel provides sandboxed, ready-to-use Chrome browser environments for agentic workflows that need to access the Internet. containers/docker/Dockerfile and unikernels/unikraft-cu are the core infra that powers our hosted services.
Podman Quadlets with Podman Desktop(podman-desktop.io) Containers are typically deployed in Kubernetes clusters. However, for smaller-scale use cases such as on a single-node server or during development, Kubernetes can be overkill.
Are FreeBSD Jails a Containers?(wordpress.com) I believe its not the first time – that when I post some article and it contains FreeBSD Jails and Containers in one sentence – it sparks vigorous discussions about it.
Quadlet: Running Podman containers under systemd(mo8it.com) Quadlet lets you run your Podman containers as systemd services. This is especially useful for running containers in the background and automatically starting them after a server reboot.
Isolating Containers with ZFS and Linux Namespaces(klarasystems.com) Containers provide an efficient way to isolate workloads, but managing storage and resource separation can be challenging. This article explores how ZFS and Linux namespaces work together to optimize containerized environments, ensuring storage flexibility, workload isolation, and enhanced control. Learn how to leverage ZFS datasets and Linux namespaces for multi-tenant architectures while maintaining performance and security.
Implementing a rootless container manager from scratch [video](fosdem.org) An introduction on the basic concepts underpinning a container manager: understanding what OCI images are, how they’re structured, and how to use them as rootfs. From there, we’ll dive into the core Linux primitives that make rootless containers possible: namespaces for isolation, UID/GID mappings and dropping privileges.
Any experience selling AMIs on AWS Marketplace?(ycombinator.com) AWS Marketplace allows AWS users to buy AMIs, containers, among other things (SaaS, consulting, etc). Does anyone here have experience selling goods (AMIs or containers)? Not interested in SaaS / service.
Deploying Containers on NixOS: A Guide(bkiran.com) Managing infrastructure on your own machine can be cumbersome and scary. Much of the rhetoric out there would have you believe that it’s not possible or very dangerous to run and manage your own server. There have been some great advances with tools like containers(Docker and Podman) and NixOS that makes this easier than ever.