We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33f0b4 commit 51b45b8Copy full SHA for 51b45b8
play/README.md
@@ -118,6 +118,12 @@ process-compose -t=false up & # to start postgres
118
bb test-system
119
```
120
121
+Keep in mind that the configurations are generated within the container on first
122
+invocation. This means that things like private keys and peer addresses are
123
+changing when the container is started with the `docker run --rm` command. To
124
+keep those values persistent, either the configuration files have to be copied
125
+to the container, or the container should be reused throughout runs.
126
+
127
### Self contained testrunner
128
129
It is possible to compile the testrunner into a self contained `.jar` file, by
0 commit comments