mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-04-23 07:07:05 -04:00
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. ```
This commit is contained in:
parent
b77fb6ab4c
commit
ff9fcedbbb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue