testcontainers / testcontainers-elixir

Testcontainers is an Elixir library that supports ExUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
MIT License
94 stars 14 forks source link

Reusable containers #104

Open darky opened 1 month ago

darky commented 1 month ago

Another implementation examples

jarlah commented 1 month ago

Should not be too difficult

jarlah commented 3 weeks ago

Would be awful nice if someone wanted to make a stab at this. Requires some knowledge about docker.