From b738253a26f2be304a294610f5270ce62b670644 Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Wed, 20 Dec 2017 18:10:20 +0100 Subject: [PATCH] update simple text in the docs --- DOCUMENTATION/content/documentation/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCUMENTATION/content/documentation/index.md b/DOCUMENTATION/content/documentation/index.md index 0c5ba637..3359b98a 100644 --- a/DOCUMENTATION/content/documentation/index.md +++ b/DOCUMENTATION/content/documentation/index.md @@ -435,11 +435,11 @@ To learn more about how Docker publishes ports, please read [this excellent post ## Use Jenkins -1) Boot the container `docker-compose exec jenkins bash` +1) Boot the container `docker-compose up -d jenkins`. To enter the container type `docker-compose exec jenkins bash`. 2) Go to `http://localhost:8090/` (if you didn't chanhed your default port mapping) -3) Authenticate: +3) Authenticate from the web app. - Default username is `admin`. - Default password is `docker-compose exec jenkins cat /var/jenkins_home/secrets/initialAdminPassword`.