testcontainers-rs icon indicating copy to clipboard operation
testcontainers-rs copied to clipboard

[Feature request]: add capabiltities support

Open stormshield-gt opened this issue 1 year ago • 1 comments

It would be great to have capabilities support. My current use case is for the hashicorp/vault image that require the IPC_LOCK capability

stormshield-gt avatar Apr 22 '24 10:04 stormshield-gt

@DDtKey I've started implementing this, shouldn't be too different from #724 , but this time for cap_add and cap_drop

nicmr avatar Aug 28 '24 07:08 nicmr

@DDtKey @stormshield-gt can we close this since #726 was merged?

nicmr avatar Oct 30 '24 09:10 nicmr

Sure, thank you for implementing this! 🙏

DDtKey avatar Oct 30 '24 10:10 DDtKey