Files
coder/examples
Kyle Carberry 19b4323512 feat: Allow workspace resources to attach multiple agents (#942)
This enables a "kubernetes_pod" to attach multiple agents that
could be for multiple services. Each agent is required to have
a unique name, so SSH syntax is:

`coder ssh <workspace>.<agent>`

A resource can have zero agents too, they aren't required.
2022-04-11 16:06:15 -05:00
..
2022-04-01 14:42:36 -05:00

Examples

List examples in our CLI with coder projects init.

Submit an issue if you encounter any issues!

Getting Started

Clone this repository to create a project from any example listed here:

git clone https://github.com/coder/coder
cd examples/aws-macos
coder projects create