testcontainers-rs
testcontainers-rs copied to clipboard
[Feature request]: add capabiltities support
It would be great to have capabilities support.
My current use case is for the hashicorp/vault image that require the IPC_LOCK capability
@DDtKey I've started implementing this, shouldn't be too different from #724 , but this time for cap_add and cap_drop
@DDtKey @stormshield-gt can we close this since #726 was merged?
Sure, thank you for implementing this! 🙏