Skip to content

Commit

Permalink
feat(devcontainer): Add devcontainer for codespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Cezar Craciunoiu <[email protected]>
  • Loading branch information
craciunoiuc committed Jul 3, 2023
1 parent 390f602 commit 67c2bf6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Unikraft Ruby development environment",
"image": "kraftkit.sh/gcc:latest",
"remoteUser": "root",
"hostRequirements": {
"cpus": 4,
"memory": "8gb",
"storage": "32gb"
}
}

0 comments on commit 67c2bf6

Please sign in to comment.