Docker tutorial - understanding of Dockerfile
Content
What is Dockerfile?
Why do we need it?
Essential commands
Baking an image
Starting a container
Conclusion
What is Dockerfile?
Dockerfile is a text file that contains a set of instructions. If run, we can build an image. Then we can ru...
bitethecode.hashnode.dev3 min read