Author name: Vijay

how-to-set-up-docker-images-and-container-on-ubuntu-18-04
Server

How to Set Up Docker Images and Containers On Ubuntu 18.04

Docker offers a set of PaaS (Platform as a Service) works using its container-based technology to address the limitations of Virtualization that had been experienced over the years now. This article will start with the basic procedure on how to verify your access to Docker Hub and thereby to search images using the Docker commands followed by searching the Nginx official image for demonstration purpose.

how-to-install-docker-on-ubuntu-18.04
Server

How to Install Docker on Ubuntu 18.04

Docker, an open-source container-based technology, aims to streamline and manage workload via distributed applications. In the simplest form, it’s just another form of Virtualization and the difference lies in the fact that Docker outranks the benefits of traditional Virtualization almost in every aspect. Here, you will learn about the installation process of Docker on the Ubuntu 18.04 system.

a-brief-introduction-about-docker-and-its-terminologies
Server

A Brief Introduction to Docker and Its Terminologies

This article will walk-you through what is Docker; how it works, why we opt Docker instead of Virtualization, what are the aspects and benefits that stand out Container technology from traditional VMs and so forth. Further, a list of important Docker terminologies have been explained for the benefit of Docker installation and usage.

all-about-ci-cd-pipeline-with-best-implementation-practices
Server

All about CI/CD Pipeline with Best Implementation Practices

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 over all the automated phases, and fetches the status and info in the UI form. This way of tracking the progress of automated steps is crucial so as to ensure the fine-workings of the phases and the expected outcome.

a-brief-intro-about-continuous-integration-CI-and-its-role-in-DevOps
Server

A Brief Intro about Continuous Integration (CI) and Its Role in DevOps

The CI being the process within the process of DevOps practice plays a vital part from building the source code until delivering the deployment-ready software package. Nonetheless, in this article, you will see what makes the Continuous Integration so remarkable; the different stages involved, its benefits and the role it plays in the entire DevOps process.

things-to-know-before-you-implement-continuous-deployment-and-delivery
E-commerce, Magento, Magento 2, Server

Things to Know Before You Implement Continuous Deployment/Delivery

As we all know, the Software Development Life Cycle (SDLC) comprises numerous stages both major and minor that differs from one company to another. One common benefit is that the automated pipelines help to remove error-prone manual steps, provide standardized development feedback loops and enable fast product iterations. In this article, let us see the essentials of Continuous Delivery/Deployment, its difference, role and significance and benefits upon implementing it in the SDLC process.

how-to-build-and-create-a-pipeline-in-jenkins
Server

How to Build and Create a Pipeline Using Jenkins

In the previous articles of the same Jenkins series, you might have come across the Jenkins installation and how to build a basic job in Jenkins. As a continuation article, you will learn how to build and create a basic pipeline in Jenkins.

Server

All about CI/CD Implementation and Why Does It Matter

The CI/CD is a set of methods used to deploy code-changes more readily and frequently via automation. It stands for Continuous Integration and Continuous Delivery/Deployment, practice in the DevOps culture. Explore what role does it play in the DevOps culture; its impact, phases and much more.

all-about-jenkins-installation-process-on-ubuntu-18.04
Server

All about Jenkins Installation Process on Ubuntu 18.04

This article will take you through the Jenkins introduction, its role in the CI/CD process and the steps involved in the installation process of Jenkins on the Ubuntu 18.04 system including updating the packages, installing Java, starting the Jenkins server, configuring the firewall rules, setting up Jenkins, etc.

Server

Installing Nginx on Ubuntu 18.04

Nginx, the most widely used web servers in recent years is popularly known for its simple configuration, stability and high performance. Unlike the other web servers, it can also function as a proxy server and cache server. This article will help you find the how-to of installing the Magento platform using Nginx web server on Ubuntu 18.04.

Scroll to Top