|
1 | | -#### Basic Options |
| 1 | +### Basic Options |
2 | 2 |
|
3 | 3 | - [`WithExposedPorts`](/features/creating_container/#withexposedports) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><span class="tc-version">:material-tag: v0.37.0</span></a> |
4 | 4 | - [`WithEnv`](/features/creating_container/#withenv) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.29.0"><span class="tc-version">:material-tag: v0.29.0</span></a> |
|
10 | 10 | - [`WithCmdArgs`](/features/creating_container/#withcmdargs) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><span class="tc-version">:material-tag: v0.37.0</span></a> |
11 | 11 | - [`WithLabels`](/features/creating_container/#withlabels) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><span class="tc-version">:material-tag: v0.37.0</span></a> |
12 | 12 |
|
13 | | -#### Lifecycle Options |
| 13 | +### Lifecycle Options |
14 | 14 |
|
15 | 15 | - [`WithLifecycleHooks`](/features/creating_container/#withlifecyclehooks) - Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a> |
16 | 16 | - [`WithAdditionalLifecycleHooks`](/features/creating_container/#withadditionallifecyclehooks) - Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a> |
17 | 17 | - [`WithStartupCommand`](/features/creating_container/#withstartupcommand) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.25.0"><span class="tc-version">:material-tag: v0.25.0</span></a> |
18 | 18 | - [`WithAfterReadyCommand`](/features/creating_container/#withafterreadycommand) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.28.0"><span class="tc-version">:material-tag: v0.28.0</span></a> |
19 | 19 |
|
20 | | -#### Files & Mounts Options |
| 20 | +### Files & Mounts Options |
21 | 21 |
|
22 | 22 | - [`WithFiles`](/features/creating_container/#withfiles) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><span class="tc-version">:material-tag: v0.37.0</span></a> |
23 | 23 | - [`WithMounts`](/features/creating_container/#withmounts) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><span class="tc-version">:material-tag: v0.37.0</span></a> |
24 | 24 | - [`WithTmpfs`](/features/creating_container/#withtmpfs) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><span class="tc-version">:material-tag: v0.37.0</span></a> |
25 | 25 | - [`WithImageMount`](/features/creating_container/#withimagemount) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><span class="tc-version">:material-tag: v0.37.0</span></a> |
26 | 26 |
|
27 | | -#### Build Options |
| 27 | +### Build Options |
28 | 28 |
|
29 | 29 | - [`WithDockerfile`](/features/creating_container/#withdockerfile) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><span class="tc-version">:material-tag: v0.37.0</span></a> |
30 | 30 |
|
31 | | -#### Logging Options |
| 31 | +### Logging Options |
32 | 32 |
|
33 | 33 | - [`WithLogConsumers`](/features/creating_container/#withlogconsumers) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.28.0"><span class="tc-version">:material-tag: v0.28.0</span></a> |
34 | 34 | - [`WithLogConsumerConfig`](/features/creating_container/#withlogconsumerconfig) - Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a> |
35 | 35 | - [`WithLogger`](/features/creating_container/#withlogger) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.29.0"><span class="tc-version">:material-tag: v0.29.0</span></a> |
36 | 36 |
|
37 | | -#### Image Options |
| 37 | +### Image Options |
38 | 38 |
|
39 | 39 | - [`WithAlwaysPull`](/features/creating_container/#withalwayspull) - Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a> |
40 | 40 | - [`WithImageSubstitutors`](/features/creating_container/#withimagesubstitutors) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.26.0"><span class="tc-version">:material-tag: v0.26.0</span></a> |
41 | 41 | - [`WithImagePlatform`](/features/creating_container/#withimageplatform) - Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a> |
42 | 42 |
|
43 | | -#### Networking Options |
| 43 | +### Networking Options |
44 | 44 |
|
45 | 45 | - [`WithNetwork`](/features/creating_container/#withnetwork) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.27.0"><span class="tc-version">:material-tag: v0.27.0</span></a> |
46 | 46 | - [`WithNetworkByName`](/features/creating_container/#withnetworkbyname) - Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a> |
47 | 47 | - [`WithBridgeNetwork`](/features/creating_container/#withbridgenetwork) - Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a> |
48 | 48 | - [`WithNewNetwork`](/features/creating_container/#withnewnetwork) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.27.0"><span class="tc-version">:material-tag: v0.27.0</span></a> |
49 | 49 |
|
50 | | -#### Advanced Options |
| 50 | +### Advanced Options |
51 | 51 |
|
52 | 52 | - [`WithHostPortAccess`](/features/creating_container/#withhostportaccess) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.31.0"><span class="tc-version">:material-tag: v0.31.0</span></a> |
53 | 53 | - [`WithConfigModifier`](/features/creating_container/#withconfigmodifier) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><span class="tc-version">:material-tag: v0.20.0</span></a> |
|
57 | 57 | - [`WithName`](/features/creating_container/#withname) - Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a> |
58 | 58 | - [`WithNoStart`](/features/creating_container/#withnostart) - Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a> |
59 | 59 |
|
60 | | -#### Experimental Options |
| 60 | +### Experimental Options |
61 | 61 |
|
62 | 62 | - [`WithReuseByName`](/features/creating_container/#withreusebyname) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><span class="tc-version">:material-tag: v0.37.0</span></a> |
0 commit comments