From ff9fcedbbbf7f45bc06b738c3e312e729a50518b Mon Sep 17 00:00:00 2001 From: Bradley Curran Date: Fri, 17 Mar 2023 21:57:43 -0700 Subject: [PATCH] Add missing word Previous text: ``` Docker is a container management that can consistently run software as long as a containerization system exists. ``` New text: ``` Docker is a container management tool that can consistently run software as long as a containerization system exists. ``` --- website/content/intro/vs/docker.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/intro/vs/docker.mdx b/website/content/intro/vs/docker.mdx index 05f1ab271..d1f079c0f 100644 --- a/website/content/intro/vs/docker.mdx +++ b/website/content/intro/vs/docker.mdx @@ -9,7 +9,7 @@ description: |- # Vagrant vs. Docker Vagrant is a tool focused on providing a consistent development environment -workflow across multiple operating systems. Docker is a container management +workflow across multiple operating systems. Docker is a container management tool that can consistently run software as long as a containerization system exists. Containers are generally more lightweight than virtual machines, so starting