Docker basics

1 · Abin Simon · Nov. 9, 2018, midnight
Hi, the idea here is to introduce you to how docker works in very basic terms. We will go through how to create a docker file and how to run it and stuff like that. But just the basics, just enough to get you started on docker so that you can take on from there by yourself. I am not going to discuss as to how to install docker. Just go and look it up on their website. What is a Dockerfile? # It is a file which will let you configure how you need the project to be set up to be used. This file spe...