You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,17 +23,18 @@ below.
23
23
>```
24
24
> We're working on an article covering all the tricks VS Code uses — stay tuned.
25
25
26
+
## Quickstart with Github Codespaces
27
+
28
+
You can also run our prebuilt container intended for GitHub Codespaces:
29
+
30
+
[](https://github.com/codespaces/new?hide_repo_select=true&ref=main&template_repository=theredguild%2Fdevcontainer&skip_quickstart=true&repo=772110522&machine=basicLinux32gb&geo=UsEast&devcontainer_path=.devcontainer%2Fcodespaces%2Fdevcontainer.json)
31
+
26
32
## Quickstart with Devcontainer Wizard
27
33
28
34
You can use any prebuilt container using our [Devcontainer Wizard](https://github.com/theredguild/devcontainer-wizard):
29
35
30
36

31
37
32
-
## Quickstart with Github Codespaces
33
-
34
-
You can also run prebuilt containers using GitHub Codespaces:
35
-
36
-
[](https://github.com/codespaces/new?hide_repo_select=true&ref=main&template_repository=theredguild/devcontainer)
37
38
38
39
## Available Devcontainer Variants
39
40
@@ -83,6 +84,10 @@ We now offer multiple devcontainer configurations to suit different security and
83
84
- **Workspace**: Host workspace bind-mounted into `/workspace` (no hardening)
84
85
- **Extensions**: All the tools in the ETH Security Toolbox.
85
86
87
+
### **Codespaces** (`.devcontainer/codespaces/`)
88
+
89
+
Intended for use with GitHub Codespaces, is like `eth-security-toolbox` variant without `runArgs`.
0 commit comments