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.
Docker Components
FROM: for the base image, this command must be on the top of the docker file.
RUN: to execute commands, it ...
ritul.hashnode.dev2 min read