Difference between revisions of "Docker (software)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "'''Docker''' is an open-source project that automates the deployment of Linux applications inside software containers. == Description == Quote of feature...")
 
(See also)
 
Line 9: Line 9:
 
== See also ==
 
== See also ==
  
 +
* [[DevOps]]
 +
* [[DevOps toolchain]]
 
* [[Linux]]
 
* [[Linux]]
 +
* [[Operating system-level virtualization]]
 +
* [[Operating system-level virtualization implementations]]
 
* [[Package manager]]
 
* [[Package manager]]
 +
* [[Service Component Architecture]]
  
 
== External links ==
 
== External links ==

Latest revision as of 11:42, 17 August 2016

Docker is an open-source project that automates the deployment of Linux applications inside software containers.

Description

Quote of features from Docker web pages:

Docker containers wrap up a piece of software in a complete filesystem that contains everything it needs to run: code, runtime, system tools, system libraries – anything you can install on a server. This guarantees that it will always run the same, regardless of the environment it is running in.

See also

External links