testcontainers / testcontainers-rs

A library for integration-testing against docker containers from within Rust.
https://rust.testcontainers.org
Apache License 2.0
740 stars 142 forks source link

[Feature request]: add capabiltities support #578

Closed stormshield-gt closed 6 hours ago

stormshield-gt commented 6 months ago

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

nicmr commented 2 months ago

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

nicmr commented 6 hours ago

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

DDtKey commented 6 hours ago

Sure, thank you for implementing this! 🙏