diff --git a/website/content/intro/vs/docker.mdx b/website/content/intro/vs/docker.mdx index 0ef34f5bc..f87ce9159 100644 --- a/website/content/intro/vs/docker.mdx +++ b/website/content/intro/vs/docker.mdx @@ -14,7 +14,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