Skip to content

Commit

Permalink
WIP: Add SSH config to devcontainer.json
Browse files Browse the repository at this point in the history
This is a test only.

To run tests with a codespace, we need to SSH in.

This configuration might be necessary to make that work.

Not sure how we'd make this work from the research-template-docker repository.
  • Loading branch information
StevenMaude authored May 16, 2024
1 parent 92d8289 commit 33537be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"installDockerBuildx": true,
"version": "latest",
"dockerDashComposeVersion": "v2"
},
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
}
},
"postCreateCommand": "/bin/bash .devcontainer/postCreate.sh ${containerWorkspaceFolder}",
Expand Down

0 comments on commit 33537be

Please sign in to comment.