We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29eb6ff commit 3a9c768Copy full SHA for 3a9c768
lib/docker.js
@@ -192,7 +192,10 @@ exports.runContainer = function (parameters, callback) {
192
const options = {
193
Image: image,
194
ExposedPorts: {},
195
- HostConfig: { PortBindings: {} }
+ HostConfig: {
196
+ CapAdd: ['SYS_PTRACE'],
197
+ PortBindings: {},
198
+ }
199
};
200
201
for (const port in ports) {
0 commit comments