This commit is contained in:
Bradley Curran 2026-04-13 01:50:32 +00:00 committed by GitHub
commit 5b30bb8587
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