Devops
Introduction to Containerization and Docker
What is containerization? Containerization is approach in which application, dependencies and its configuration are all packaged together as container image. So, if a application requires, unix environment, with Java8 installed, with Tomcat installed and application artefacts placed in certain directory, all this will be part of container image. Just as Read more…