Author name: Vijay

How to Set Up Docker Images and Containers On Ubuntu 18.04

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

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.

/docker-banner

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

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.

banner-1-1-1024x642

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.

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