|
|
|
|
|
by JohnMakin
723 days ago
|
|
Oof, in his reasons to use docker (which it seems like he uses as a synonym for containerization), misses probably the most important one - 6. Provides an additional layer of security between the application and its host As far as his availability concerns, I don't see why running or not running docker would help this problem. You can certainly build highly available nginx reverse proxies in docker, and can do in place upgrades with no downtime. This has been solved for a very long time. |
|
No one should use containers primarily for security ever.