testcontainers 0.27.3

A library for integration-testing against docker containers from within Rust.
1
2
3
4
5
6
7
8
9
10
services:
  hello1:
    image: testcontainers/helloworld:1.3.0
    ports:
      - "8080"
  hello2:
    image: testcontainers/helloworld:1.3.0
    ports:
      - "8080"