Skip to content

Commit e66b4e7

Browse files
feat(supporting): add section about Gitpod (#486)
* feat(supporting): add section about Gitpod * Apply suggestions from code review Co-authored-by: Brigit Murtaugh <[email protected]> --------- Co-authored-by: Brigit Murtaugh <[email protected]>
1 parent 9e1e1a2 commit e66b4e7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

supporting.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,16 @@ The following properties apply differently to CodeSandbox.
193193

194194
[DevPod](https://github.com/loft-sh/devpod) is a client-only tool to create reproducible developer environments based on a `devcontainer.json` on any backend. Each developer environment runs in a container and is specified through a `devcontainer.json`. Through DevPod providers these environments can be created on any backend, such as the local computer, a Kubernetes cluster, any reachable remote machine or in a VM in the cloud.
195195

196+
### <a href="#gitpod" name="gitpod" class="anchor"> Gitpod </a>
197+
198+
[**Gitpod Flex**](https://www.gitpod.io/) is a platform for automating and standardizing development environments. Available as a self-hosted solution in your cloud or for local development through Gitpod Desktop, Gitpod Flex scales to support environments with up to 896 vCPUs and 12TB of RAM, including GPU support and compatibility with multiple editors like VS Code, JetBrains, Cursor, and Zed.
199+
200+
Gitpod Flex fully adheres to the Dev Container Specification, enabling developers to create portable and reproducible environments through `devcontainer.json`. To apply changes, simply run `gitpod environment devcontainer rebuild` from within any development environment.
201+
202+
203+
For more details on constraints, customizations, and automation options, please refer to the [blog announcement](https://www.gitpod.io/blog/gitpod-supports-development-container).
204+
205+
196206
### <a href="#schema" name="schema" class="anchor"> Schema </a>
197207

198208
You can explore the [VS Code implementation](implementors/json_schema) of the dev container schema.

0 commit comments

Comments
 (0)