|
|
|
|
|
by smt88
1770 days ago
|
|
Docker (specifically docker-compose) using containers is an implementation detail. It even used to use VMs on Windows. You can replicate your prod environment locally with Docker Compose, but then deploy however you want (with or without containers, with or without Kubernetes). I never use containers in production, but exclusively use them for local dev. |
|