tc_generic 0.2.1

Testcontainers generic image
Documentation
1
2
3
4
5
6
7
8
# Generic Image

This crate provides a generic `Image` for `testcontainers`.

The `GenericImage` allows to use of whatever Docker Image for which a specific implementation
is not provided by `testcontainers`. 

Check [the integration tests](./testcontainers/tests) on how to use this image.