Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 334 Bytes

File metadata and controls

4 lines (4 loc) · 334 Bytes
  • Docker is a platform that lets you build, package, and run applications in isolated environments called containers.
  • Containers ensure your app runs the same everywhere on any system or cloud.
  • Docker Engine → runs → Docker Image → becomes → Container.
  • We run Docker images using the Docker Engine to create containers.