Category «DevOps»
Docker Beginner Tutorial 6 – How to install DOCKER on MAC ? Step by Step
Notes: Today we will learn : How to install Docker on MacOS Prerequisites Docker – Mac OS Yosemite 10.10.3 or above Docker Toolbox – mac OS 10.8 “Mountain Lion” or newer STEP 1 Install DOCKER STEP 2 validate INSTALLATION run some docker commands STEP 3 uninstall DOCKER References: https://www.docker.com/ https://www.docker.com/docker-mac https://store.docker.com/editions/community/docker-ce-desktop-mac https://www.docker.com/products/docker-toolbox https://docs.docker.com/toolbox/overview/ https://docs.docker.com/toolbox/toolbox_install_mac/ …
Docker Beginner Tutorial 5 – How to install DOCKER on WINDOWS ? Step by Step
Notes: Today we will learn : How to install Docker on Windows Step by Step We will see: Prerequisites Install Docker Troubleshooting tips Validate installation Uninstall Docker USEFUL INFORMATION If you install the Docker Toolbox on a Windows machine, the installer automatically installs Oracle Virtualbox to run the Docker virtual machine. Prerequisites OS – 64 …
Docker Beginner Tutorial 4 – How to install DOCKER on LINUX ? Step by Step
Notes: Today we will learn : How to install Docker on Linux Agenda: Prerequisites Connect to Linux Install Docker Start Docker Stop Docker Uninstall Docker Prerequisite OS should be 64 bit Linux kernel ver 3.10 or greater command to check : uname -r STEP 1 – Connect to Linux system STEP 2 – Install DOCKER …
Docker Beginner Tutorial 3 – Benefits of DOCKER
Notes: Today we will learn: Benefits of using Docker Build app only once No worries that the application will not perform the same way it did on testing env Portability Version Control Isolation Productivity Docker simplifies DevOps Watch Docker Playlist Like on Facebook Follow on Twitter Subscribe on Youtube Send me your …
Docker Beginner Tutorial 2 – How DOCKER works ?
Notes: Today we will learn: How Docker works ? Understand a general workflow of docker Difference between virtualization and containerization Understand docker client server architecture Understand: Docker file Docker images Docker Containers Docker Hub / Registry Docker client Docker server / daemon Docker engine Watch Docker Playlist Like on Facebook Follow on Twitter …
Docker Beginner Tutorial 1 – What is DOCKER (step by step) | Docker Introduction | Docker basics
Notes: Today we will learn: What is Docker ? Docker is the world’s leading software container platform Docker makes the process of application deployment very easy and efficient and resolves a lot of issues related to deploying applications Docker is a tool designed to make it easier to deploy and run applications by using containers …
Jenkins Beginner Tutorial 16 – What is BLUE OCEAN (How to get started)
Jenkins Beginner Tutorial 15 – How to setup BUILD PIPELINE in Jenkins (Step by Step)
Notes: Today we will learn : How to setup BUILD PIPELINE in Jenkins ? Follow along step by step Step 1 Chain required jobs in sequence Add upstream/downstream jobs How to chain jobs? Watch – How to setup Delivery Pipeline Step 2 Install Build Pipeline Plugin Step 3 Add Build Pipeline View Configure the view …
Jenkins Beginner Tutorial 14 – How to setup DELIVERY PIPELINE in Jenkins (Step by Step)
Notes: Today we will learn : How to setup Delivery Pipeline in Jenkins ? Follow along step by step Step 1 Chain required jobs in sequence Add upstream/downstream jobs Step 2 Install Delivery Pipeline Plugin Step 3 Add Delivery Pipeline View Configure the view Step 4 Run and Validate Jenkins Beginner Playlist : https://www.youtube.com/playlist?list=PLhW3qG5bs-L_ZCOA4zNPSoGbnVQ-rp_dG Send me your …