What is docker container? How docker image is different from container?

A container is a standard unit of software where the application runs quickly and reliably from one computing environment to another. And docker container is a podium that runs application classified by the use of Kernel containerization feature.

Docker image is a collection of files which has no state whereas Docker Container is the instantiation of Docker Image. Docker Container is the run time instance of images.

  • 26 Users Found This Useful
Was this answer helpful?

Related Articles

How docker is different from standard virtualization? Why people are so excited about docker image?

Docker container has much more potential than virtual machines. Docker containers can share a...