From 7311e3c5dafce564683fb68bb292421dd1e4ff0b Mon Sep 17 00:00:00 2001 From: KyleBarton Date: Thu, 8 Jan 2026 10:29:53 -0800 Subject: [PATCH] Instruct users to use links rather than aliases for podman compatibility (#46387) Release Notes: - Improved docs regarding podman compatibility with dev containers --- docs/src/dev-containers.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/dev-containers.md b/docs/src/dev-containers.md index 65f3e86c81d87098da6a678354269ab0dd52cc5d..54a167ff3ebcc2c2e52b0fcbea144d38d3e10cc0 100644 --- a/docs/src/dev-containers.md +++ b/docs/src/dev-containers.md @@ -6,8 +6,7 @@ If your repository includes a `.devcontainer/devcontainer.json` file, Zed can op ## Requirements -- [(Preview Only)](https://zed.dev/releases/preview): Download and install the latest Zed. -- Docker must be installed and available in your `PATH`. Zed requires the `docker` command to be present. If you use Podman, you can alias it to `docker` (e.g., `alias docker=podman`). +- Docker must be installed and available in your `PATH`. Zed requires the `docker` command to be present. If you use Podman, you must alias it to `docker`, e.g. by using a symlink: `sudo ln -s $(which podman) {some_known_path}/docker`. - Your project must contain a `.devcontainer/devcontainer.json` directory/file. ## Using Dev Containers in Zed