containers

Tag

Cards List
#containers

Fargate Is Not Firecracker (2024)

Lobsters Hottest · 2026-08-19 Cached

This article debunks the misconception that AWS Fargate uses Firecracker microVMs for container isolation, clarifying that it does not despite marketing implications, and discusses operational trade-offs for users.

0 favorites 0 likes
#containers

Easy Sandboxing on Linux with Bubblewrap

Lobsters Hottest · 2026-08-10 Cached

A blog post describing a lightweight sandboxing approach on Linux using Bubblewrap, where a script named 'box' shares the host filesystem read-only and the current directory read-write, allowing host binaries to run in isolation without a separate distro.

0 favorites 0 likes
#containers

Should AI agents be able to see what the application is actually doing?

Reddit r/AI_Agents · 2026-08-09

A discussion of AI coding agents needing runtime awareness beyond source code, such as inspecting containers, ports, and services, and considering how much control agents should have over development environments.

0 favorites 0 likes
#containers

Sharing an X11 Server Across Hosts with FamilyWild

Hacker News Top · 2026-08-02 Cached

Explains why X11 authentication cookies fail across hosts/containers due to hostname keying, and shows a one-line sed trick to rewrite the cookie family to FamilyWild (0xffff) so it matches any hostname.

0 favorites 0 likes
#containers

@linuxfoundation: Since 2016, @CloudNativeFdn has surveyed the community to track how cloud native adoption evolves. This year's survey, …

X AI KOLs Timeline · 2026-07-28 Cached

The CNCF and Linux Foundation Research have opened this year's annual survey on cloud native adoption, covering containers, Kubernetes, and challenges users face. Respondents receive a 35% discount on a Linux Foundation Education course.

0 favorites 0 likes
#containers

Securing Services with Rootless Containers

Hacker News Top · 2026-07-23 Cached

A blog post discusses best practices for securing services by running containers without root privileges, reducing security risks.

0 favorites 0 likes
#containers

Firefox Containers Preview

Hacker News Top · 2026-07-21 Cached

Mozilla announces the native integration of Containers into Firefox 153, allowing users to isolate browsing contexts for work, personal, and shopping without relying on an extension.

0 favorites 0 likes
#containers

@iximiuz: What happens when you "docker run" a container? On the surface, it may feel like starting a regular foreground process …

X AI KOLs Timeline · 2026-07-20 Cached

A tutorial explaining how to run Docker containers in the background, access logs, and re-attach to containers, with practical exercises.

0 favorites 0 likes
#containers

How are you actually using agent sandboxes like E2B or Daytona? Trying to work out if I need one

Reddit r/AI_Agents · 2026-07-04

A developer discusses the tradeoffs of using agent sandboxes like E2B and Daytona for running code execution, asking the community about lifespan, state persistence, network isolation, and managed vs self-hosted solutions.

0 favorites 0 likes
#containers

@iximiuz: If you were impacted by a recent layoff, have been on a job hunt for too long, or haven't graduated yet and need to bru…

X AI KOLs Timeline · 2026-06-25 Cached

Iximiuz Labs offers free premium access to learning materials for those affected by layoffs or job hunting, in exchange for active community participation and honest feedback.

0 favorites 0 likes
#containers

TIL: You can make HTTP requests without curl using Bash /dev/TCP

Hacker News Top · 2026-06-16 Cached

Learn how to use bash's built-in /dev/tcp feature to make HTTP requests from containers without curl or wget, useful for lightweight debugging in restricted environments.

0 favorites 0 likes
#containers

@timsneath: One of my personal favorite features announced at WWDC will I suspect be a sleeper hit: container machines, allowing yo…

X AI KOLs Following · 2026-06-09 Cached

Apple has open-sourced 'container', a tool for running Linux containers as lightweight VMs on Apple silicon Macs, supporting OCI images and optimized for macOS 26.

0 favorites 0 likes
#containers

@QingQ77: One Docker Container to Monitor Your Entire Homelab: GPU, Containers, Services, Disks, Multi-Machine, No Prometheus/Grafana Needed https://github.com/SikamikanikoBG/homelab-monitor……

X AI KOLs Timeline · 2026-06-09 Cached

HomeLab Monitor is a self-hosted, single Docker container that aggregates GPU stats, container memory, disk usage, and service health across multiple machines via SSH, without requiring Prometheus/Grafana or agents.

0 favorites 0 likes
#containers

@kozlovski: why agents need VMs, not containers with David Crawshaw, ex-CTO & co-founder of Tailscale now co-founder and CEO of exe…

X AI KOLs Timeline · 2026-05-23 Cached

David Crawshaw, ex-CTO of Tailscale, discusses why virtual machines are a better abstraction than containers for AI agents, and shares insights on building a new cloud provider called exe.

0 favorites 0 likes
#containers

We should get rid of average CPU utilization

Hacker News Top · 2026-05-22 Cached

The article explains why average CPU utilization is a misleading metric for latency-sensitive workloads, using queueing theory and a real-world production incident. It argues for more nuanced monitoring approaches.

0 favorites 0 likes
#containers

@kylejeong: Containers are fast. VMs are safe. Everyone building agent infra needs both. That's not just an opinion, it's the probl…

X AI KOLs Timeline · 2026-05-11 Cached

The author argues that building agent infrastructure requires both the speed of containers and the safety of VMs, highlighting AWS Firecracker as a solution that combines both.

0 favorites 0 likes
#containers

Podman rootless containers and the Copy Fail exploit

Hacker News Top · 2026-05-08

The article discusses the Copy Fail exploit, a security vulnerability that affects Podman rootless containers.

0 favorites 0 likes
#containers

Build Hour: Agents SDK

YouTube AI Channels · 2026-05-29 Cached

OpenAI released a major update to the Agents SDK, introducing a Codex-style runtime framework, separation of sandbox and runtime, memory, skills, and other features. It also launched managed Shell tools, container endpoints, a skills API, and a TypeScript version, aiming to simplify building and deploying production-grade agents.

0 favorites 0 likes
← Back to home

Submit Feedback