docs: run extensions in containers (#6971)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
dianed-square
2026-02-05 08:59:28 -08:00
committed by GitHub
parent c7718a425a
commit 57033b70b5
5 changed files with 60 additions and 75 deletions
@@ -92,6 +92,10 @@ You'll need [Docker](https://www.docker.com/) installed on your system. If you w
Here's a simple example of updating a file-based to-do app to use a SQLite database plus full testing - all within an isolated container environment.
:::info
See [Isolated Development Environments](/docs/tutorials/isolated-development-environments) for more examples, common workflows, and troubleshooting tips.
:::
#### Prompt
```