How to Set Up Docker Images and Containers On Ubuntu 18.04

How to Set Up Docker Images and Containers On Ubuntu 18.04

Reading Time: 5 mins.  Introduction Docker is an OS-level Virtualization designed for developers and sysadmins to build, share and run applications with containers. This use of containers for easy deployment of applications is called Containerization. Basically,...
How to Install Docker on Ubuntu 18.04

How to Install Docker on Ubuntu 18.04

Reading Time: 6 mins. Introduction Docker, an open-source container-based technology, aims to streamline and manage workload via distributed applications. In simplest form, it’s just another form of Virtualization and the difference lies in the fact that Docker...
A Brief Introduction to Docker and Its Terminologies

A Brief Introduction to Docker and Its Terminologies

Reading Time: 5 mins.  What is Docker? Docker, a software offered as a set of PaaS (Platform as a Service) products primarily known for running multiple-operating systems on top of the host’s operating system. It uses the container-based technology to pack up the...
All about CI/CD Pipeline with Best Implementation Practices

All about CI/CD Pipeline with Best Implementation Practices

Reading Time: 6 mins. Overview The CI/CD pipeline, known as the Build Pipeline works on granting better visibility over the automated steps during the CI/CD process. For example, it makes use of build servers like Jenkins, Travis CI and TeamCity to achieve visibility...