Getting Started With Docker by Dockerizing This Blog

106

Docker is an interesting technology that over the past 2 years has gone from an idea, to being used by organizations all over the world to deploy applications. In today’s article I am going to cover how to get started with Docker by “Dockerizing” an existing application. The application in question is actually this very blog!

What is Docker

Before we dive into learning the basics of Docker let’s first understand what Docker is and why it is so popular. Docker, is an operating system container management tool that allows you to easily manage and deploy applications by making it easy to package them within operating system containers.

Posted by Benjamin Cane

 
Read more at bc-log