Skip to content

Commit

Permalink
Multiple devcontainer configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad authored Dec 11, 2024
1 parent ed383ff commit f3b004e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
File renamed without changes.
16 changes: 16 additions & 0 deletions .devcontainer/rdesktop/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Fedora remote desktop environment",
//"dockerFile": "Dockerfile",
"image": "ghcr.io/gbraad-devenv/fedora/rdesktop:41",
"context": "..",
"runArgs": [ "--cap-add=NET_ADMIN", "--cap-add=NET_RAW", "--device=/dev/net/tun" ],
"postStartCommand": "github/install.sh",

"customizations": {
"vscode": {
"extensions": [
"ms-vscode.Theme-TomorrowKit"
]
}
}
}

0 comments on commit f3b004e

Please sign in to comment.