Browse Source

Update README.md

01_04
Michael 4 years ago
committed by GitHub
parent
commit
3b1d7b2c30
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      README.md

+ 3
- 3
README.md View File

@ -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


Loading…
Cancel
Save