Skip to content

Commit 197cc9d

Browse files
authored
docs: add instructions for using podman with vs code dev containers (#524)
1 parent 74041bd commit 197cc9d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

notebooks/getting_started/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ For your convenience, this section is copied from the
5555

5656
You must be using VS Code to use the Dev Containers.
5757

58+
**⚠ Note:** Dev Containers will still work with [Podman](https://podman.io/). You will
59+
need to configure your VS Code settings.
60+
61+
Open User Settings in VS Code (`View` > `Command Palette` > `"Preferences: Open User Settings (JSON)"`) and add the following:
62+
63+
```json
64+
... // your configs
65+
"dev.containers.dockerPath": "podman"
66+
```
67+
5868
* [Install Docker](https://docs.docker.com/get-started/get-docker/)
5969

6070
Docker is needed to create and manage your containers.

0 commit comments

Comments
 (0)