You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -78,8 +78,8 @@ You can configure the Docker behaviour using the `@LocalstackDockerProperties` a
78
78
|`portElasticSearch`| Port number for the elasticsearch service | String |`4571`|
79
79
|`hostNameResolver`| Used for determining the host name of the machine running the docker containers so that the containers can be addressed. | IHostNameResolver |`localhost`|
80
80
|`environmentVariableProvider`| Used for injecting environment variables into the container. | IEnvironmentVariableProvider | Empty Map |
81
-
| `bindMountProvider| Used bind mounting files and directories into the container, useful to run init scripts before using the container. | IBindMountProvider | Empty Map |
82
-
| initializationToken| Give a regex that will be searched in the logstream of the container, start is complete only when the token is found. Use with bindMountProvider to execute init scripts. | String | Empty String |
81
+
|`bindMountProvider`| Used bind mounting files and directories into the container, useful to run init scripts before using the container. | IBindMountProvider | Empty Map |
82
+
|`initializationToken`| Give a regex that will be searched in the logstream of the container, start is complete only when the token is found. Use with bindMountProvider to execute init scripts. | String | Empty String |
83
83
|`useSingleDockerContainer`| Whether a singleton container should be used by all test classes. | boolean |`false`|
84
84
85
85
For more details, please refer to the README of the main LocalStack repo: https://github.com/localstack/localstack
0 commit comments