Skip to content

Commit 15ba051

Browse files
committed
Docker readme added with basic operation.
1 parent 47b6f60 commit 15ba051

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

DOCKER_README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Container for running casper-node-launcher
2+
3+
Scripts that would be in the `/etc/casper` directory with a normal debian install exist with the
4+
`casper-node-launcher` executable.
5+
6+
It is expected that users will mount two volumes to the inside of the container at:
7+
`/etc/casper` and `/var/lib/casper`.
8+
9+
It is also expected that `/etc/casper/validator_keys` exists and is populated by keys from `casper-client keygen`.
10+
11+
For minimum node functionality port 35000 needs to be accessible. For full functionality, ports 7777, 8888, and 9999
12+
should also be exposed, unless they have been changed in the config.toml.
13+
14+
Initial configuration will consist of calling:
15+
`/root/pull_casper_node_version.sh <protocol version> <network name>`
16+
`/root/config_from_example.sh <protocol version>`

0 commit comments

Comments
 (0)