Changes

Jump to navigation Jump to search
564 bytes added ,  11:22, 8 September 2014
m
no edit summary
Line 5: Line 5:     
{{Note box| All info is based on SME Server 9 only!}}
 
{{Note box| All info is based on SME Server 9 only!}}
 +
==About==
 +
Docker is an open-source project that automates the deployment of applications inside software containers, providing that way an additional layer of abstraction and automatization of operating system–level virtualization on Linux. Docker uses resource isolation features of the Linux kernel such as cgroups and kernel namespaces to allow independent "containers" to run within a single Linux instance, avoiding the overhead of starting virtual machines.
 +
 +
 +
==Considerations==
 +
* Storage of image library
 +
* Storage of Docker application data
 +
* Networking
    
==Installation==
 
==Installation==

Navigation menu