Building Docker Images with Dockerfile
Dockerfile Instructions :
FROM : Specify Base image.
LABELS : Adds metadata to an image.
RUN : Executes commands in a new layer and commit the results.
COPY : Copy files from host file system into a container image.
ADD : Copy files fr...
ajaytekam.hashnode.dev5 min read