Skip to content

Commit 2dd6bbb

Browse files
committed
(readme): updated readme to cover codespaces variant
1 parent bc47cac commit 2dd6bbb

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,18 @@ below.
2323
> ```
2424
> We're working on an article covering all the tricks VS Code uses — stay tuned.
2525
26+
## Quickstart with Github Codespaces
27+
28+
You can also run our prebuilt container intended for GitHub Codespaces:
29+
30+
[![Open in Codespaces](https://github.com/codespaces/badge.svg)](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+
2632
## Quickstart with Devcontainer Wizard
2733
2834
You can use any prebuilt container using our [Devcontainer Wizard](https://github.com/theredguild/devcontainer-wizard):
2935
3036
![Simple wizard Example](./assets/wizard.gif)
3137
32-
## Quickstart with Github Codespaces
33-
34-
You can also run prebuilt containers using GitHub Codespaces:
35-
36-
[![Open in Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&template_repository=theredguild/devcontainer)
3738
3839
## Available Devcontainer Variants
3940
@@ -83,6 +84,10 @@ We now offer multiple devcontainer configurations to suit different security and
8384
- **Workspace**: Host workspace bind-mounted into `/workspace` (no hardening)
8485
- **Extensions**: All the tools in the ETH Security Toolbox.
8586
87+
### **Codespaces** (`.devcontainer/codespaces/`)
88+
89+
Intended for use with GitHub Codespaces, is like `eth-security-toolbox` variant without `runArgs`.
90+
8691
### **(EXPERIMENTAL) Paranoid** (`.devcontainer/paranoid/`)
8792
**Use case**: Maximum security hardening with read-only filesystem and ephemeral workspace.
8893

0 commit comments

Comments
 (0)