Docker Interview Questions and Answers TOP 50

Docker interview questions and answers Top 50 Docker is the next step in evolution of Virtual Machines. Docker gives you everything you need to run an application/ service. Docker containers are the most efficient...

Install Docker Compose on Centos 7

Install Docker Compose on Centos 7 Docker compose a tool which is used to run multi container applications. In a docker compose we will define all the docker images and containers details in single...

How To Install Docker On RHEL 7

How To Install Docker On RHEL 7: update all your packagers sudo yum update -y it will update every currently installed package in your rhel 7. Install the Dependencies  to install docker on rhel...

Gitlab CI Yml Example Docker

Gitlab ci yml Example Docker: In gitlab, CI CD pipelines are configured with Gitlab ci yml file. this file will be located at your project root directory. whenever developer push the code into gitlab,...

Install Jenkins On Ubuntu 18.04/16.04

Install Jenkins On Ubuntu 18.04/16.04 Jenkins is automation tool for continuous integration and continuous deployment. In the following steps i will show you how to install jenkins on ubuntu 18.04/16.04. Jenkins requires Java 8,...

How To Install Rundeck on Ubuntu 18.04 16.04

How To Install Rundeck on Ubuntu 18.04 16.04 Before going to install rundeck on ubuntu 18.04/16.04 we need to install some dependencies. Make sure that your ubuntu 18.04/16.04 is up to date. To update...

How To Add Nodes In Rundeck

How To Add Nodes In Rundeck: In the following steps i will show you how to add nodes in rundeck server with step by step. Create a project in rundeck GUI with name as...

How To Install Rundeck On Centos 7

How To Install Rundeck On Centos 7 To install rundeck on centos 7 you need java in your system so install java in your server install java yum install java-1.8.0 -y Download Rundeck rpm...