Skip to content

Commit 51b45b8

Browse files
committed
add note for configs in docker container
1 parent d33f0b4 commit 51b45b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

play/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ process-compose -t=false up & # to start postgres
118118
bb test-system
119119
```
120120

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+
121127
### Self contained testrunner
122128

123129
It is possible to compile the testrunner into a self contained `.jar` file, by

0 commit comments

Comments
 (0)