In this post we will be seeing how we can use Docker Network to launch multiple container in one network and Setup WordPress Application for the same.
Author: Aditya Malviya
Docker Volumes and Bind Mounts
We've already seen how to Install Docker and Introduction to Docker, In this post we're going to understand use of Docker Volumes and Bind Mounts.
Basic Linux Commands every DevOps Engineer should know
Basic Linux Commands every DevOps Engineer should know
How to run Batch Scripts/Commands in Jenkinsfile
In this post we will be seeing how one can run Batch Scripts and commands in Jenkins using Jenkinsfile.
Install Jenkins on Ubuntu Machine
We've already seen introduction to Jenkins, Architecture, Sample Pipeline and other stuffs. In this post we will be seeing how you can install Jenkins on Linux machine: Ubuntu. Login to your Ubuntu machine and run below commands. Since Jenkins is a Java application, the first step is to install Java. sudo apt update sudo apt … Continue reading Install Jenkins on Ubuntu Machine
Install PostgreSQL on AWS EC2
In this post we will be installing PostgreSQL on Linux Machine and will see how we can access using pgAdmin.
Linux Introduction: Part 1
This post is dedicated to all Linux Lovers and someone who wants to get started with same in coming posts we will try to cover each and every aspect of Linux necessary. This series introduction to Linux will focus on basics and cover below parts. History of Linux What is Linux Why we need to … Continue reading Linux Introduction: Part 1
Jenkins OpenShift Pipeline
In this post we will understand Jenkins OpenShift Pipeline i.e. How we can create Pipeline using Jenkins and OpenShift. We will try to understand in depth how one can use Jenkins and OpenShift for Continous Integration and Continuous Deployment.
You must be logged in to post a comment.