|
|
|
|
|
by tpetry
2012 days ago
|
|
The problem is adding ONLY the exact files needed is currently impossible when building docker containers. If you are building go/rust executables this easy, you will get one executable you'll add. But if you need to pull in some dependency by a package manager you are lost, they will pull in so many dependencies you may not need but are not defined optional by the packages. A small container is really impossible. |
|
Docker is for many a "simple" way of getting their app running, and once it's up, they never look back.