|
|
|
|
|
by carlosf
1832 days ago
|
|
Docker is much faster than Vagrant and allows reproducible envs. I've been using VS Code + its Remote-Containers extension + docker-compose (when needed) and it's absolutely brilliant compared to other options. I will use Vagrant when I want to avoid Docker in Docker, but I try to stay away from it as much as I can (for local app development). That said Vagrant is really useful for testing infra, stuff like clusters etc. |
|