donce 0.1.0
A one-function library that helps you build a temporary Docker image, run a temporary Docker container from it, and then clean up, deleting them both. This may be helpful for automated testing, when you test how your code might behave in an isolated environment. This may also be helpful when you need a custom Docker image with a tool inside, but Testcontainers don' have such an image.