23 likes
·
456 reads
2 comments
·Mar 9, 2021
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
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
·