An Introduction to Docker and How It is Important for Sysadminsby@damian
1,131 reads
1,131 reads

An Introduction to Docker and How It is Important for Sysadmins

by Damian Perera6mFebruary 16th, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Docker lets you create a virtual machine with an operating system of your choice bundled with only your web application and its dependencies. eBay, Twitter, Spotify and Lyft have reportedly adopted Docker in their production environments. Docker provides an abstraction on top of the kernel’s support for different process namespaces, device namespaces etc. by using runc (maintained by the Open Containers Initiative) which allows it to share a lot of the host system's resources. A fully virtualized system gets its own set of resources allocated to it and does minimal sharing (if any) which results in more isolation, but it's heavier (requiring more resources)

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - An Introduction to Docker and How It is Important for Sysadmins
Damian Perera HackerNoon profile picture
Damian Perera

Damian Perera

@damian

Full Stack Developer

About @damian
LEARN MORE ABOUT @DAMIAN'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Damian Perera HackerNoon profile picture
Damian Perera@damian
Full Stack Developer

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here