@@ -32,16 +32,17 @@ Configuration of the Docker daemon:
3232
3333Configuration of Testcontainers and its behaviours:
3434
35- | Variable | Example | Description |
36- | ------------------------------------- | ----------------------------| -------------------------------------------- |
37- | TESTCONTAINERS_HOST_OVERRIDE | tcp://docker:2375 | Docker's host on which ports are exposed |
38- | TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE | /var/run/docker.sock | Path to Docker's socket used by ryuk |
39- | TESTCONTAINERS_RYUK_PRIVILEGED | true | Run ryuk as a privileged container |
40- | TESTCONTAINERS_RYUK_DISABLED | true | Disable ryuk |
41- | TESTCONTAINERS_RYUK_PORT | 65515 | Set ryuk host port (not recommended) |
42- | TESTCONTAINERS_SSHD_PORT | 65515 | Set SSHd host port (not recommended) |
43- | TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX | mycompany.com/registry | Set default image registry |
44- | RYUK_CONTAINER_IMAGE | testcontainers/ryuk:0.14.0 | Custom image for ryuk |
45- | SSHD_CONTAINER_IMAGE | testcontainers/sshd:1.3.0 | Custom image for SSHd |
46- | TESTCONTAINERS_REUSE_ENABLE | true | Enable reusable containers |
47- | TESTCONTAINERS_RYUK_VERBOSE | true | Sets RYUK_VERBOSE env var in ryuk container |
35+ | Variable | Example | Description |
36+ | ------------------------------------------| ----------------------------| ----------------------------------------------------------|
37+ | TESTCONTAINERS_HOST_OVERRIDE | tcp://docker:2375 | Docker's host on which ports are exposed |
38+ | TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE | /var/run/docker.sock | Path to Docker's socket used by ryuk |
39+ | TESTCONTAINERS_RYUK_PRIVILEGED | true | Run ryuk as a privileged container |
40+ | TESTCONTAINERS_RYUK_DISABLED | true | Disable ryuk |
41+ | TESTCONTAINERS_RYUK_PORT | 65515 | Set ryuk host port (not recommended) |
42+ | TESTCONTAINERS_SSHD_PORT | 65515 | Set SSHd host port (not recommended) |
43+ | TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX | mycompany.com/registry | Set default image registry |
44+ | RYUK_CONTAINER_IMAGE | testcontainers/ryuk:0.14.0 | Custom image for ryuk |
45+ | SSHD_CONTAINER_IMAGE | testcontainers/sshd:1.3.0 | Custom image for SSHd |
46+ | TESTCONTAINERS_REUSE_ENABLE | true | Enable reusable containers |
47+ | TESTCONTAINERS_RYUK_VERBOSE | true | Sets RYUK_VERBOSE env var in ryuk container |
48+ | TESTCONTAINERS_RYUK_RECONNECTION_TIMEOUT | 30s | Sets RYUK_RECONNECTION_TIMEOUT env var in ryuk container |
0 commit comments