Changes

Jump to navigation Jump to search
2 bytes added ,  08:07, 9 September 2014
m
no edit summary
Line 11: Line 11:     
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.
 
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.
 +
    
===Why Docker on SME Server?===
 
===Why Docker on SME Server?===
Line 45: Line 46:  
* How to interact with localhost PAM or LDAP from within a container?
 
* How to interact with localhost PAM or LDAP from within a container?
 
* Many more...
 
* Many more...
 +
    
==Installation==
 
==Installation==

Navigation menu