Skip to content

Instantly share code, notes, and snippets.

@hakaneroztekin
Last active June 12, 2022 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hakaneroztekin/656a2b3192092f58cc56514c7aca221a to your computer and use it in GitHub Desktop.
Save hakaneroztekin/656a2b3192092f58cc56514c7aca221a to your computer and use it in GitHub Desktop.
vms-vs-containers [docker in a nutshell]
virtual machines VS containers
┏━━━━━━━━━┓┏━━━━━━━━━┓
| app || app |
┗━━━━━━━━━┛┗━━━━━━━━━┛
┏━━━━━━━━━┓┏━━━━━━━━━┓ ┏━━━━━━━━━┓┏━━━━━━━━━┓
|guest OS ||guest OS | | app || app |
┗━━━━━━━━━┛┗━━━━━━━━━┛ ┗━━━━━━━━━┛┗━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━━━━━━┓
| hypervisor | | docker |
┗━━━━━━━━━━━━━━━━━━━━┛ ┗━━━━━━━━━━━━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━━━━━━┓
| host OS | | host OS |
┗━━━━━━━━━━━━━━━━━━━━┛ ┗━━━━━━━━━━━━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━━━━━━┓
| hardware | | hardware |
┗━━━━━━━━━━━━━━━━━━━━┛ ┗━━━━━━━━━━━━━━━━━━━━┛
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment