Docker is a configuration process for deployment. development -> ship -> run
Docker container is instance of image
Docker image as like class , all binary here which store on docker hub and cant change anything that image.
Docker persistence data store on volumes.
Docker build image with Dockerfile .Dockefile is text format whiche are commands
- create multiple container