Docker (software): Difference between revisions

no edit summary
No edit summary
Line 1: Line 1:
 
Docker is a service for creating and managing linux containers. 
Containers are the application layer of an OS and whatever software you're trying to run. 
For the most part, software can be containerized to run in a consistent environment. 
This applies so long as the container linux environment is compatible with your host system's linux kernel.


==Installation==
==Installation==