Add docker info (#25232)

Add docker info
This commit is contained in:
mowoe
2019-01-18 23:27:17 +01:00
committed by Tom
parent 6b9adaa56b
commit 2ae27ae345

View File

@ -6,6 +6,8 @@ title: Vagrant
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
Vagrant is an automation tool that aids in creating and managing virtual machines that is simple to use and allows you to set up an environment quickly. This environment's exact installation and configuration can then be shared by using a Vagrantfile so other team members are all using the same environment, no matter what computer they are using.
Vagrant can also be used with docker to start multiple containers, that are connected for one project.
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
- [Official Documentation](https://www.vagrantup.com/docs/index.html)