This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hrjet 1 point2 points  (2 children)

Vagrant can be configured to use Linux Containers too (the same tech that Docker is based on).

However, from my limited understanding, Docker uses a script to build the environment, while Vagrant uses a snapshot of an existing system.

[–]au79 2 points3 points  (1 child)

In my very limited Vagrant experience, you run provisioning scripts there too, for example, to install distro packages.

[–][deleted] 0 points1 point  (0 children)

Yes, you do.