concourse / docker-image-resource

a resource for docker images
Apache License 2.0
166 stars 260 forks source link

Proposal: Allow adding docker run arguments #254

Open lunascat opened 5 years ago

lunascat commented 5 years ago

It would be great if one could pass additional arguments to the docker run command like e.g. --ipc=host.

bkonkle commented 5 years ago

This is impacting my team because of this issue with Cypress on Docker: https://github.com/cypress-io/cypress/issues/350

We need to be able to set ipc to host to prevent renderer crashes.