/Docker_Jenkins_Pipeline

End to End Project

Primary LanguageJavaScript

Automating Docker container deployment with Jenkins!

This guide is for Windows users

Prerequisites

  1. Install JDK (Java Devlopment Kit)
  2. Install Jenkins
  3. Install Docker

Step 1: Installing JDK

Step 2: Download Jenkins on local machine

java -jar jenkins.war

  • This will spin up Jenkins on your browser & create a password. Copy and paste this to log in !

TESTING 14:17