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:
Bradley Curran 2023-03-17 21:57:43 -07:00 committed by GitHub
parent b77fb6ab4c
commit ff9fcedbbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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