Skip to content

Commit fb224b1

Browse files
committed
Reorganize docker-compose provisioning in README
1 parent 9af970b commit fb224b1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,15 @@ run the following to start Jenkins.
158158

159159
Visit `http://localhost:8080/` to see Jenkins running.
160160

161+
### Provision Jenkins via docker-compose
162+
163+
Bootstrapping Jenkins while using docker-compose is similar to bootstrapping
164+
with Vagrant.
165+
166+
docker-compose up -d
167+
export DOCKER_JENKINS=1
168+
./jenkins_bootstrap.sh
169+
161170
### Upgrade Jenkins and plugins
162171

163172
To upgrade Jenkins master and plugin versions do the following:
@@ -222,15 +231,6 @@ it.
222231
>
223232
> $ chown -R 100:65533 /path/to/jenkins/home
224233
225-
### Bootstrapping with docker-compose
226-
227-
Bootstrapping Jenkins while using docker-compose is similar to bootstrapping
228-
with Vagrant.
229-
230-
docker-compose up -d
231-
export DOCKER_JENKINS=1
232-
./jenkins_bootstrap.sh
233-
234234
### Other Usage
235235

236236
For service control and other usage see [`USAGE`](USAGE.md).

0 commit comments

Comments
 (0)