From 61517d183154de851a9040150062485d62196846 Mon Sep 17 00:00:00 2001 From: dusk Date: Wed, 30 Jul 2025 15:23:19 +0300 Subject: [PATCH] docs: spindle: architecture: mention podman can also be used Change-Id: ymqwzszwsmzlzzlulqurxnlzrzzypkkz --- docs/spindle/architecture.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/spindle/architecture.md b/docs/spindle/architecture.md index 2a91cb6..b8d24dd 100644 --- a/docs/spindle/architecture.md +++ b/docs/spindle/architecture.md @@ -13,9 +13,10 @@ logs beamed on the spindle event stream over wss ### the engine -At present, the only supported backend is Docker. Spindle executes each step in -the pipeline in a fresh container, with state persisted across steps within the -`/tangled/workspace` directory. +At present, the only supported backend is Docker (and Podman, if Docker +compatibility is enabled, so that `/run/docker.sock` is created). Spindle +executes each step in the pipeline in a fresh container, with state persisted +across steps within the `/tangled/workspace` directory. The base image for the container is constructed on the fly using [Nixery](https://nixery.dev), which is handy for caching layers for frequently -- 2.43.0