Back to search

Docker basics

Docker packages an app with its runtime and dependencies into a portable container image.

DevOps Easy Theory

Docker basics

Docker packages an app with its runtime and dependencies into a portable container image.

  • Image is a blueprint
  • Container is a running instance
  • Improves environment consistency

Docker basics