|
|
|
|
|
by zigara
4365 days ago
|
|
While they do make sense in certain situations, they also add more complications. On linux, it's much easier, but If I want to run this on windows, or osx, they tell you to run Docker inside of a full VBox VM (and maintain it), this is not ideal as VBox destroys my battery and other annoyances. You also have to maintain those containers/images (not to mention lug around a 600+mb base OS image and update it). I am not sure how Docker handles keeping images updated, I assume overlayfs makes it easy to keep your base docker OS images updated, but not sure how it'd handle certain package configurations. |
|
If I had a bunch of money to invest I pay to:
- Get non-virtualenv libraries moved to virtualenv.
- Get non virtualenv libraries working in windows.