We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74041bd commit 197cc9dCopy full SHA for 197cc9d
1 file changed
notebooks/getting_started/README.md
@@ -55,6 +55,16 @@ For your convenience, this section is copied from the
55
56
You must be using VS Code to use the Dev Containers.
57
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
68
* [Install Docker](https://docs.docker.com/get-started/get-docker/)
69
70
Docker is needed to create and manage your containers.
0 commit comments