Skip to content

Instantly share code, notes, and snippets.

@shonkaga
shonkaga / docker.md
Last active February 24, 2022 15:54
Introduction to Docker

An Introduction To Docker

Written by Shon Kaganovich shon.kaganovich@gmail.com

What Is Docker?

A docker is a tool that allows developers to easily deploy apps without having to custom download all their dependencies for said project. It uses a sandbox (also called a container) that contains all the dependencies and compilers needed, but unlike virtual machines contains do not have high overhead and thus are efficient.