|
|
@@ -487,7 +487,7 @@ describe('DockerRunner', function () {
|
|
|
return expect(options.HostConfig).to.deep.include({
|
|
|
Binds: ['/some/host/dir/compiles/directory:/compile:rw'],
|
|
|
LogConfig: { Type: 'none', Config: {} },
|
|
|
- CapDrop: 'ALL',
|
|
|
+ CapDrop: ['ALL'],
|
|
|
SecurityOpt: ['no-new-privileges'],
|
|
|
newProperty: 'new-property',
|
|
|
})
|