Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 593 Bytes

docker.md

File metadata and controls

11 lines (6 loc) · 593 Bytes

Docker

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.

Basics

-- 📖 Understanding Volumes in Docker

MySQL