© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Kashif Malik
I used to use vagrant for all local development. In the last couple of years I've moved to using docker and docker-compose instead.
vagrant
docker
docker-compose
Do you think there are still advantages to using vagrant?
AJ
New findings daily...
Docker is great for application development, but if you need to experiment with the OS directly, especially for testing IoC like ansible or puppet, then Vagrant is still a better choice imo.