In the below post I have tried to cover the basic terms which you will need to understand to start working with Docker. More information and reading refer to Docker Docs. Docker - The docker daemon process running on the host which manages images and containers. This is always referred to as Docker Engine. Container - Its a runtime instance of a docker image. Which consist of Docker image Execution environment Set of instructions Docker Hub - The Docker Hub is a centralized repository with Docker and its components. Which consist of, Docker i…
What is SSL? SSL (Secure Sockets Layer) is the standard security technology for establishing an encrypted link between a web server and a browser. This link ensures that all data passed between the web server and browsers remain private and integral. SSL is an industry standard and is used by millions of websites in the protection of their online transactions with their customers. To be able to create an SSL connection a web server requires an SSL Certificate. When you choose to activate SSL on your web server you wi…