nimbus-eth2/docker/shared_testnet
Ștefan Talpalaru 675024a989
new Docker image for shared testnets
2020-06-26 17:26:18 +02:00
..
Dockerfile new Docker image for shared testnets 2020-06-26 17:26:18 +02:00
Makefile new Docker image for shared testnets 2020-06-26 17:26:18 +02:00
README.md new Docker image for shared testnets 2020-06-26 17:26:18 +02:00
entry_point.sh new Docker image for shared testnets 2020-06-26 17:26:18 +02:00

README.md

local testing

From the "nim-beacon-chain" dir:

make -C docker/shared_testnet build
mkdir tmp
docker run --rm --mount type=bind,source="$(pwd)"/tmp,target=/root/.cache/nimbus --name testnet2 statusteam/nimbus_beacon_node:testnet2 --build
ls -l tmp/nim-beacon-chain/build
docker run --rm --mount type=bind,source="$(pwd)"/tmp,target=/root/.cache/nimbus --name testnet2 -p 127.0.0.1:8008:8008 -p 9000:9000 statusteam/nimbus_beacon_node:testnet2 --run -- --metrics-address=0.0.0.0
# from another terminal
docker ps
docker stop testnet2