Skip to content
Daniel Norton edited this page Feb 3, 2020 · 3 revisions

Docker

https://www.docker.com/

Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels. Wikipedia

Security

Clone this wiki locally