#26 Docker File
Lecture-9 Dockerfile Part-1
A Dockerfile is a text document that contains all the commands you would normally execute manually to build a Docker image. Docker can build images automatically by reading the instructions from a Docker file. In a Docker...
mecrinluvis.hashnode.dev4 min read