Browse Source

Install SSH server into devcontainer image (#22679)

closed-social-glitch-2
kyori19 1 year ago
committed by GitHub
parent
commit
b3ab0014e6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      .devcontainer/devcontainer.json

+ 6
- 0
.devcontainer/devcontainer.json View File

@ -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],

Loading…
Cancel
Save