From 0a9a9e0087a865d3f1b1e3f87eef78cf29e98c8b Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Mon, 13 Jun 2022 23:22:07 -0700 Subject: [PATCH] docs: add coder to Development Environment (#1005) Co-authored-by: Julien Bisconti --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 18d757c..6c4268c 100644 --- a/README.md +++ b/README.md @@ -601,6 +601,7 @@ Services to securely store your Docker images. - [batect](https://github.com/batect/batect) - build and testing environments as code tool: Dockerised build and testing environments made easy by [@charleskorn](https://github.com/charleskorn) - [Binci](https://github.com/binci/binci) - Containerize your development workflow. (formerly DevLab by [@TechnologyAdvice](https://github.com/TechnologyAdvice)) - [Boot2Docker](https://github.com/boot2docker/boot2docker) :skull: - Docker for OSX and Windows +- [coder](https://github.com/coder/coder) - remote development machines powered by Terraform or Docker by [@coder] - [construi](https://github.com/lstephen/construi) - Run your builds inside a Docker defined environment by [@lstephen](https://github.com/lstephen) - [Crashcart](https://github.com/oracle/crashcart) - Sideload Linux binaries into a running container for troubleshooting by [@Oracle][oracle] - [dde](https://github.com/whatwedo/dde) :construction: - Local development environment toolset based on Docker. By [@whatwedo](https://github.com/whatwedo)