Docker

Docker is a type of container - all that is required to run your application is packaged within the container.
Underlying host - OS that it runs on is completely abstracted.
Idea of layers

Terminologies

Guest
Host

Components

How is docker different from a VM?

A VM also includes the entire host / operating system -> this typically takes up lots of space

Why use docker

TODO


References:
1. What is Docker and how does it work?


Cateogory: [Tech]
Tags: [containers]