From 3b1d7b2c30220d5a7f148c5c51895e85f0697576 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 7 Oct 2021 19:57:18 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec11311..e1c4aa8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Learning Jenkins, 01-04: Install Jenkins as a Container -# Prerequisites +## Prerequisites You will need to have [Docker](https://docs.docker.com/get-docker/) installed on your local system. -# Installation +## Installation In a terminal, run the following commands: ``` @@ -16,7 +16,7 @@ docker run --detach --publish 8080:8080 --volume jenkins_home:/var/jenkins_home docker exec jenkins cat /var/jenkins_home/secrets/initialAdminPassword ``` -# Using the Initial Admin Password +## Using the Initial Admin Password Run the following command and copy the output: ``` docker exec jenkins cat /var/jenkins_home/secrets/initialAdminPassword