Day 17 - Docker Project for DevOps Engineers
Dockerfile
Dockerfile is basically a text file. It contains some set of instructions. Automation of docker image creation.
Dockerfile components
FROM: for base image, this command must be on the top of the dockerfile.
RUN: to execute commands, it w...
shreya-gupta.hashnode.dev2 min read