-
New Feature
-
Resolution: Fixed
-
Minor
-
docker-plugin 0.16.2
For our use case we would like to increase the shared memory size of the containers started by the docker-plugin.
The setting is possible via the command line with the option --shm-size (see https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources)
--shm-size="" Size of /dev/shm. The format is <number><unit>. number must be greater than 0. Unit is optional and can be b (bytes), k (kilobytes), m (megabytes), or g (gigabytes). If you omit the unit, the system uses bytes. If you omit the size entirely, the system uses 64m.
I have created a Pull Request for adding this configuration. See PR: https://github.com/jenkinsci/docker-plugin/pull/497
- links to
When could you please release this fix in a new docker-plugin version?
.
It is badly needed to use google-chrome in docker containers for some testing (selenium based testing e.g. with webdriverio or protractor).
If I see correctly the last release (0.16.2) is almost 1 year old
https://github.com/jenkinsci/docker-plugin/releases
https://wiki.jenkins.io/display/JENKINS/Docker+Plugin