File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,15 @@ run the following to start Jenkins.
158
158
159
159
Visit ` http://localhost:8080/ ` to see Jenkins running.
160
160
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
+
161
170
### Upgrade Jenkins and plugins
162
171
163
172
To upgrade Jenkins master and plugin versions do the following:
222
231
>
223
232
> $ chown -R 100:65533 /path/to/jenkins/home
224
233
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
-
234
234
### Other Usage
235
235
236
236
For service control and other usage see [ ` USAGE ` ] ( USAGE.md ) .
You can’t perform that action at this time.
0 commit comments