testcontainers/testcontainers-clj

Enable minimal GenericContainer usage

javahippie opened this issue · 0 comments

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