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 4fd5f5b commit b56f05fCopy full SHA for b56f05f
1 file changed
.devcontainer/devcontainer.json
@@ -18,7 +18,11 @@
18
},
19
20
// Features to add to the dev container. More info: https://containers.dev/features.
21
- // "features": {},
+ // "features": {
22
+ "ghcr.io/devcontainers/features/sshd:1": {
23
+ "version": "latest"
24
+ }
25
+ },
26
27
// Use 'forwardPorts' to make a list of ports inside the container available locally.
28
// "forwardPorts": [],
0 commit comments