mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 19:05:00 +07:00
docs: Update dev-containers requirements for podman (#56739)
Added a hint for `use_podman` setting. Self-Review Checklist: - [x] I've reviewed my own diff for quality, security, and reliability - [x] Unsafe blocks (if any) have justifying comments - [ ] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [ ] Tests cover the new/changed behavior - [ ] Performance impact has been considered and is acceptable Closes (issue to be created, but it's just about an outdated doc)
This commit is contained in:
parent
b058edab18
commit
1f8bb4d525
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ If your repository includes a `.devcontainer/devcontainer.json` file, Zed can op
|
|||
|
||||
## Requirements
|
||||
|
||||
- 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`.
|
||||
- Docker or Podman must be installed and available in your `PATH`. If you use `podman`, you must set the `use_podman` setting in your Zed settings.json to true.
|
||||
- Your project must contain a `.devcontainer/devcontainer.json` directory/file.
|
||||
|
||||
## Using Dev Containers in Zed
|
||||
|
|
|
|||
Loading…
Reference in a new issue