Sep 8, 2022

Lets understand containers (10 min)

 

Learn and understand about containers, and start creating a docker container with 5 simple steps. It compares between physical machines, virtual machines, and containers.

Container features 

  • Logical packaging
  • Faster/lightweight than VM
  • Less memory intensive
  • Easy deployment
  • Reduce delivery time
  • Help Dev/IT-ops
  • Less bugs


5 steps to create container:

  1. Develop app.
  2. Create Dockerfile.
  3. Build a docker image.
  4. Run a docker container
  5. Push to docker hub.