I delved into learning about Docker and (later on) Kubernetes since I was using them to scale AARU Robot- my startup project which is an Continue Reading
Docker
Installing Docker
Okay so I’m just documenting the method I used to install docker onto my system. You can check out https://docs.docker.com/get-docker/ for a the official Docker Continue Reading
What is virtualization?
Okay, so we know that computers comprise of hardware (motherboard, processors, system fan, keyboard, etc) and software. Software is what makes the hardware easy to Continue Reading
Docker- Introduction
Docker is an open source software platform which uses the container technology. Docker addresses issues like compatibility issues between your application with other developers OS, Continue Reading