Related Links
8OneCLI: The open-source secret vault for AI agents.
OneCLI is an open-source secret vault designed for AI agents, operating as a Docker container. It provides an encrypted vault and dashboard to store and inject secrets without exposing keys to the agents themselves.
A Decade of Docker Containers
This article in *Communications of the ACM* reflects on the first decade of Docker containers, examining their impact on software development and deployment. It analyzes the evolution of containerization technology, its adoption across various industries, and its influence on cloud computing and microservices architectures.
BuildKit: Docker's Hidden Gem That Can Build Almost Anything - Tuan-Anh Tran
BuildKit is presented as more than just a tool for faster Docker builds; it's a general-purpose build framework. Its programmable architecture can produce various artifacts, making it a versatile asset for software development.
Red Hat takes on Docker Desktop with its enterprise Podman Desktop build
Red Hat is challenging Docker Desktop with its commercially supported Podman Desktop build. The company aims to attract corporate developers by offering enterprise-level support and features not found in the more consumer-focused Docker Desktop.
How I built Timeframe, our family e-paper dashboard
Joel Hawksley details the construction of "Timeframe," a family e-paper dashboard. He outlines the hardware (Raspberry Pi Zero 2 W, e-paper display) and software (Perl, Smooth API, Docker) choices, and how he uses it to display useful family information.
GitHub - a11ce/docker-lisp: A Docker image is a piece of executable code that produces some output given some input.
The GitHub repository a11ce/docker-lisp provides a Docker image for Lisp development. The project aims to offer an executable environment for Lisp-based code.
Run NanoClaw in Docker Shell Sandboxes
The Docker blog post details how to run NanoClaw, an AI-powered WhatsApp assistant using Claude, within Docker Sandboxes. This provides stronger isolation and proxy management for API keys, enhancing security and control.
Running My Own XMPP Server » Danny
The blog post details the author's experience setting up a Prosody XMPP server using Docker, focusing on aspects like federated messaging, file sharing, voice calls, and end-to-end encryption. It also includes notes on configuring TURN/STUN with CoTURN.