Skip to content
Snippets Groups Projects
Unverified Commit b3ab0014 authored by kyori19's avatar kyori19 Committed by GitHub
Browse files

Install SSH server into devcontainer image (#22679)

parent d68c1264
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,12 @@
"webben.browserslist"
],
"features": {
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// This can be used to network with other containers or the host.
"forwardPorts": [3000, 4000],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment