Brief Introduction Containers and Docker



sdsds

  1. Fast startup time of containers compared to VM’s — As containers contain only the required set of libraries to run the software it starts up quickly compared to VM’s which contain whole operating system.
  2. Standard — Docker containers run on all types Linux distributions, Microsoft Windows distributions and all infrastructures including VM’s and bare metal and also in the cloud.
  3. Secure — Containers isolate the application environments only to that container. Issues of one single container won’t affect the others.
  4. Portable — We can use the containers everywhere without worrying about the machine that we are running it.


Comments

Popular posts from this blog

Creating REST API Application with NodeJS

Introduction to Continuous Integration & Continuous Deployment

Xtreme 10.0 — Counting Molecules