In this video, you will learn about using dockerfile intstructions like below:
COPY Copy a folder from Local Machine to Docker Image
ADD COPY + extract tar file from source directly + use URL instead of local file/dir location.
CMD sets default command but we can override them by specifying when build container
ENTRYPOINT sets default command but we can not override them
ENV To set environment variables for docker container