Problem
Currently to import realm file I need to call multiple methods to configure container.
Solution
Create a new WithRealm method to hide the complex logic
Benefit
Simplified container configuration
Alternatives
Use existing WithCommand, WithBindMount etc
Would you like to help contributing this enhancement?
Yes
Problem
Currently to import realm file I need to call multiple methods to configure container.
Solution
Create a new WithRealm method to hide the complex logic
Benefit
Simplified container configuration
Alternatives
Use existing WithCommand, WithBindMount etc
Would you like to help contributing this enhancement?
Yes