#format wiki
#language en
= Containers =
Links: [[docker]]

 * Contains packages a single application with it's environment, for running on a shared Linux kernel.
 * Isolation problems: 2018 https://dzone.com/articles/container-isolation-gone-wrong
   * Importance of performance monitoring.

...
----
CategoryArchitecture CategoryPerformance CategoryLinux