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
{{ message }}
This repository was archived by the owner on Apr 19, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: src/docs/feature-preview.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,19 @@ Root Access allows you to attain privileged control within a workspace and be ab
14
14
15
15
This feature also enables Docker in your workspace. Run `sudo docker-up` to start a Docker daemon.
16
16
17
+
**Learn More**
18
+
19
+
-[KubeCon 2020 Live Session: Rootless Workspaces in Gitpod](https://www.youtube.com/watch?v=l4I2TVAnBuw) (YouTube)
20
+
-[How to get `sudo` and `root` in your Gitpod workspace](https://github.com/gitpod-io/gitpod/issues/39#issuecomment-738636446) (GitHub issue)
21
+
-[How to use `docker` and `docker-compose` in your Gitpod workspace](https://github.com/gitpod-io/gitpod/issues/52#issuecomment-738629624) (GitHub issue)
22
+
17
23
## Default IDE
18
24
19
-
Gitpod uses Theia as the default IDE. This setting allows you to choose between [Theia](https://github.com/eclipse-theia/theia) and [Code](https://github.com/microsoft/vscode) editors.
25
+
Gitpod uses Theia as its default IDE. This setting allows you to choose between [Theia](https://github.com/eclipse-theia/theia) and [Code](https://github.com/microsoft/vscode) editors.
20
26
21
27
You can choose between 2 options:
22
28
23
29
- Theia
24
30
- Code
25
31
26
-
> There's also a private beta for allowing a custom IDE image for the default IDE. If you are interested, feel free to reach out through the [contact form](https://www.gitpod.io/contact/).
32
+
> There is also a private beta for allowing a custom IDE image for the default IDE. If you are interested, feel free to reach out through the [contact form](https://www.gitpod.io/contact/).
0 commit comments