From 9fbe2fe9e042e4cfec0feac51a3053e7dd19bbec Mon Sep 17 00:00:00 2001 From: Leo Cavalcante Date: Fri, 22 Mar 2024 20:11:32 -0300 Subject: [PATCH] chore(docs): What are development containers --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c08202..de89bbf 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# devcontainers \ No newline at end of file +# ⌨️ Development Containers goodies + +> A development container (or dev container for short) allows you to use a container as a full-featured development environment. It can be used to run an application, to separate tools, libraries, or runtimes needed for working with a codebase, and to aid in continuous integration and testing. Dev containers can be run locally or remotely, in a private or public cloud, in a variety of supporting tools and editors. - https://containers.dev