Dockerfile is a blueprint of creating custom images, based on your requirements. A dockerfile contains which base image to start from, what dependencies to install, environment configuration, what commands to run on startup. Lets start with the basic...