Understanding Docker's Architecture

Have you ever come up with any bitter experience where a certain software works in your friend's machine, but not works in your machine? This is a very common situation where we come across. The applications need to prepare the required environment and fulfill the required prerequisites prior the...

Hello World with Docker !

To start using Docker, I installed Docker on my machine. At first Docker was only available on Ubuntu. But now Docker engine is supported on Cloud, OS X and Windows as well. Docker can be installed on Mac or Windows using boot2docker by downloading tiny core Linux VM. Installing Docker for Ubuntu Log...

Play with Kubernetes!

How to install Kubernetes locally via Docker In this blog post, I’ll discuss the procedure of installing Kubernetes locally via Docker. I am now going to set up a simple,single node Kubernetes cluster using Docker.  First of all, we should make sure that we have installed Docker in our machine...

Bash Programming

Bash is a Unix shell. It is an interface for you to execute commands on different components of the system. Hence it is a command language. It was written by Brian Fox. Bash is a command processor that runs in a text window. The user types commands that cause actions.  This post gives you...