|
|
|
|
|
by tptacek
744 days ago
|
|
No, because VMs are expensive and require some base level of system administration to operate, booting them usually requires privilege, and if the only problem you're trying to solve is reliably running (e.g.) Postgres and Redis protocol between your CLI and a server somewhere, it's extreme overkill. |
|
Postgres and Redis can use non-privileged ports, so I don't understand why this would matter.