Skip to content

Commit b738253

Browse files
committed
update simple text in the docs
1 parent 6e6a658 commit b738253

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • DOCUMENTATION/content/documentation

DOCUMENTATION/content/documentation/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,11 +435,11 @@ To learn more about how Docker publishes ports, please read [this excellent post
435435
<a name="Use-Jenkins"></a>
436436
## Use Jenkins
437437

438-
1) Boot the container `docker-compose exec jenkins bash`
438+
1) Boot the container `docker-compose up -d jenkins`. To enter the container type `docker-compose exec jenkins bash`.
439439

440440
2) Go to `http://localhost:8090/` (if you didn't chanhed your default port mapping)
441441

442-
3) Authenticate:
442+
3) Authenticate from the web app.
443443

444444
- Default username is `admin`.
445445
- Default password is `docker-compose exec jenkins cat /var/jenkins_home/secrets/initialAdminPassword`.

0 commit comments

Comments
 (0)