Enable minimal GenericContainer usage
javahippie opened this issue · 0 comments
javahippie commented
The foundation to use testcontainers is the generic container. Basic values needed to benefit from executing it are:
- Image name
- Image label
- Environment variables
- Port Mappings
- Startup Commands