This commit is contained in:
Bradley Curran 2026-03-17 12:24:41 +00:00 committed by GitHub
commit 18c235acee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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