Skip to content
This repository was archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #207 from batmat/JENKINS-53304-data-loss
Browse files Browse the repository at this point in the history
[JENKINS-53304] Mount volume on the whole /evergreen
  • Loading branch information
R. Tyler Croy authored Aug 29, 2018
2 parents 060ac15 + ab6ba66 commit 2777610
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ restarted if necessary.
.Starting Jenkins Evergreen
[source,bash]
----
mkdir $PWD/jenkins-home && \
docker volume create jenkins-evergreen-data && \
docker run --name evergreen \
--restart=always \
-ti \
-p 8080:8080 \
-u 0 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $PWD/jenkins-home:/evergreen/jenkins/home \
-v jenkins-evergreen-data:/evergreen/ \
-e LOG_LEVEL=debug \
jenkins/evergreen:docker-cloud
----
Expand All @@ -62,7 +63,7 @@ docker exec evergreen cat /evergreen/jenkins/home/secrets/initialAdminPassword
----


=== Getting started with an AWS-baesd installation
=== Getting started with an AWS-based installation

[NOTE]
====
Expand Down Expand Up @@ -155,7 +156,7 @@ documents:
| link:https://github.com/jenkinsci/jep/blob/master/jep/309[Bill of Materials]

| JEP-310
| link:https://github.com/jenkinsci/jep/blob/master/jep/310 [Evergreen AWS auto-configuration]
| link:https://github.com/jenkinsci/jep/blob/master/jep/310[Evergreen AWS auto-configuration]

|===

Expand Down

0 comments on commit 2777610

Please sign in to comment.