#7 - More documentation
This commit is contained in:
parent
647d4fe441
commit
7f270a9680
1 changed files with 11 additions and 4 deletions
|
|
@ -73,7 +73,14 @@ Starts the Testcontainer, which was defined by `create`
|
|||
| `container-config`| Map, mandatory | Return value of the `create` function |
|
||||
|
||||
#### Result:
|
||||
The `container-config`
|
||||
| Key | Type | Description |
|
||||
| ------------- |:------------- | :-----|
|
||||
| `:container` | `org.testcontainers.containers.Container` | The Testcontainers instance, accessible for everything this library doesn't provide (yet) |
|
||||
| `:exposed-ports` | Vector with ints | Value of the same input parameter |
|
||||
| `:env-vars` | Map | Value of the same input parameter|
|
||||
| `:host` | String | The host for the Docker Container|
|
||||
| `:id` | String | The ID of the started docker container|
|
||||
| `:mapped-ports` | Map | A map containing the container port as key and the mapped local port as a value|
|
||||
|
||||
#### Example:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue