|
|
|
|
|
by drzaiusx11
85 days ago
|
|
Isn't a docker image basically a universal binary at this point? It's a way to ship a reproducible environment with little more config than setting an ENV var or two. All my local stuff runs under a docker compose stack so I have a container for the db, a container for redis, LocalStack, etc |
|
On my Mac Docker runs Linux virtualized. It’s a resource hog.
Compare that with simple native binary.