Skip to main content
Ryan Orban

Ryan Orban

Subject
10 entries

Docker

Bookmarks

  1. Agent Super Spy: LLM observability for local agent development

    Local LLM proxy stack that gives you full visibility into what your AI agents actually do. Dual-layer observability via OpenTelemetry traces and raw HTTP capture.

  2. Agent Swarm: persistent multi-agent coding framework

    Agent Swarm is a lead/worker AI coding agent framework with persistent identity files, session memory extraction, and Docker isolation. Each agent accumulates expertise across sessions through SOUL.md, IDENTITY.md, TOOLS.md, CLAUDE.md.

  3. Docker layer caching in GitHub Actions

    Blacksmith's guide to Docker layer caching in GitHub Actions — covering the different cache backends (inline, registry, gha), when each works, and how to get 2x faster builds. Practical guide to a topic where bad defaults waste significant CI time.

  4. Replicate Cog: Containers for Machine Learning

    Cog is Replicate's open-source tool for packaging machine learning models into standardized Docker containers with automatic HTTP APIs. It's the packaging layer that powers Replicate's model hosting platform — define inputs/outputs in Python, get a container that serves the model.

  5. Canarytokens Docker — Self-Hosted Honeytokens

    Thinkst's Canarytokens Docker setup lets you self-host your own canarytoken server — tripwires that alert you when someone accesses a file, URL, or credential they shouldn't know about. The DIY version of Thinkst's hosted canary service.

  6. Aptos FullNode + Identity Docker Guide

    A Docker-based guide to running an Aptos FullNode with identity configuration — practical setup guide for the Aptos testnet period before mainnet launch. Aptos (founded by ex-Meta/Diem engineers) was one of the most anticipated new L1s of 2022.

  7. Docker VM on Proxmox with RancherOS and Portainer

    A walkthrough for running Docker on Proxmox using RancherOS as a minimal container-focused VM OS, with Portainer for container management UI. RancherOS is now unmaintained, but the pattern of a dedicated Docker VM inside Proxmox remains common.

  8. Data Engineering Zoomcamp

    DataTalksClub's free 9-week data engineering course — builds an end-to-end pipeline covering Docker, Terraform, BigQuery, dbt, Spark, and Kafka. One of the better free paths from zero to production data engineering.

  9. Developing Inside a Container with VS Code Remote Development

    VS Code's official documentation for Remote Development with containers — using Docker containers as a full development environment, with VS Code connecting to a containerized shell. Predates GitHub Codespaces, which uses the same devcontainer spec.

  10. hyperctl: Kubernetes and Docker on Mac and Windows

    hyperctl is a CLI tool for running lightweight Kubernetes and Docker clusters on Mac and Windows using native hypervisors — a faster alternative to Docker Desktop and Minikube for local Kubernetes development.

All bookmarks