Sign in
Log inSign up
AJ

23 likes

·

375 reads

2 comments

Kashif Malik
Kashif Malik
Mar 9, 2021

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.

Do you think there are still advantages to using vagrant?

·
·1 reply
AJ
AJ
Author
·Mar 10, 2021

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.

1
·