From 8679b6b9b5b078fab96bd416a98f7a866d0a2612 Mon Sep 17 00:00:00 2001 From: Mark Van de Vyver Date: Thu, 7 Aug 2025 01:07:17 +1000 Subject: [PATCH] doc: Update supported container runtimes (#3874) --- .../docs/tutorials/isolated-development-environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/tutorials/isolated-development-environments.md b/documentation/docs/tutorials/isolated-development-environments.md index a3b7d134..2a6c0ce0 100644 --- a/documentation/docs/tutorials/isolated-development-environments.md +++ b/documentation/docs/tutorials/isolated-development-environments.md @@ -20,7 +20,7 @@ The **[Container Use MCP](https://github.com/dagger/container-use)** server prov ## Prerequisites -- Docker installed and running on your system +- Docker ([Podman](https://docs.dagger.io/ci/integrations/podman), [NerdCtl](https://docs.dagger.io/ci/integrations/nerdctl/) or [Container](https://docs.dagger.io/ci/integrations/apple-container/)) installed and running on your system - Git installed and configured - Goose installed and configured