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
+5-18
Original file line number
Diff line number
Diff line change
@@ -32,33 +32,20 @@ Coder turns your cloud into a fleet of remote development servers.
32
32
33
33
Coder workspaces are represented with Terraform. But, no Terraform knowledge is
34
34
required to get started. We have a database of pre-made templates built into the
35
-
product. Terraform empowers you to create
36
-
environments on _anything_, including:
37
-
38
-
- Cloud VMs
39
-
- Kubernetes containers (including AKS, EKS, GKS)
40
-
- Docker containers
41
-
- Dedicated servers (Hetzner, OVH, etc.)
42
-
- Linux, Windows and MacOS environments
43
-
44
-
Coder workspaces don't stop at compute. You can add storage buckets, secrets, sidecars
45
-
and whatever else Terraform lets you dream up.
35
+
product.
46
36
47
37
<palign="center">
48
38
<imgsrc="./docs/images/providers-compute.png">
49
39
</p>
50
40
41
+
Coder workspaces don't stop at compute. You can add storage buckets, secrets, sidecars
42
+
and whatever else Terraform lets you dream up.
43
+
51
44
[Learn more about managing infrastructure.](./docs/templates.md)
52
45
53
46
## IDE Support
54
47
55
-
Coder gives you a few ways of accessing your workspace:
56
-
57
-
-`coder port-forward` a remote port to a local port
58
-
-`coder ssh`
59
-
- A URL interface to HTTP services
60
-
61
-
With these methods, you can use any Web IDE ([code-server](https://github.com/coder/code-server), [projector](https://github.com/JetBrains/projector-server), [Jupyter](https://jupyter.org/), etc.), [JetBrains Gateway](https://www.jetbrains.com/remote-development/gateway/), [VS Code Remote](https://code.visualstudio.com/docs/remote/ssh-tutorial) or even a file sync such as [mutagen](https://mutagen.io/).
48
+
You can use any Web IDE ([code-server](https://github.com/coder/code-server), [projector](https://github.com/JetBrains/projector-server), [Jupyter](https://jupyter.org/), etc.), [JetBrains Gateway](https://www.jetbrains.com/remote-development/gateway/), [VS Code Remote](https://code.visualstudio.com/docs/remote/ssh-tutorial) or even a file sync such as [mutagen](https://mutagen.io/).
0 commit comments