26
2017
What is Docker ? Getting Started with Docker
Docker is an open platform, which can be used for developing, shipping and running applications. Docker is designed to deliver an application fast by separating the application from the infrastructure. Practically, it is a challenging task to create the exact same infrastructure in different environments in software development. Therefore, lots of issues occur during deployment and testing processes. “It works on my machine, but it doesn’t work in production”, is a very common statement heard […]