# 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.