We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25eaeb commit 40cd830Copy full SHA for 40cd830
README.md
@@ -50,6 +50,17 @@ devcontainer exec vscode-remote-test-dockerfile bash
50
devcontainer exec vscode-remote-test-dockercompose_devcontainer/mongo ls -a /workspaces/vscode-remote-test-dockerfile
51
```
52
53
+You can pass `?` as the devcontainer name and the CLI will prompt you to pick a devcontainer to run the `exec` command against, e.g.:
54
+
55
+```bash
56
+$ ./devcontainer exec ? bash
57
+Specify the devcontainer to use:
58
+ 0: devcontainer-cli (festive_saha)
59
+ 1: vscode-remote-test-dockerfile (fervent_gopher)
60
+0
61
+```
62
63
64
### Working with devcontainer templates
65
66
To work with devcontainer templates `devcontainer` needs to know where you have the templates stored.
0 commit comments