Browse Source
Remove storage driver, might improve performances
tags/3.14.0
No known key found for this signature in database
GPG Key ID: 9E55B650F21B1CE5
1 changed files with
1 additions and
2 deletions
-
resources/dockerd-entrypoint
|
|
@@ -6,8 +6,7 @@ set -e |
|
|
|
dockerd \ |
|
|
|
--host=unix:///var/run/docker.sock \ |
|
|
|
--host=tcp://0.0.0.0:2375 \ |
|
|
|
--mtu 1400 \ |
|
|
|
--storage-driver=vfs & |
|
|
|
--mtu 1400 & |
|
|
|
|
|
|
|
# Launching jnlp slave |
|
|
|
exec jenkins-slave "$@" |