nimbus-eth2/docker/run_in_docker.sh

14 lines
289 B
Bash
Raw Normal View History

2019-09-10 16:18:39 +00:00
#!/bin/bash
# TODO This script will no longer be necessary once we switch
# to the native LibP2P
# Deal with previous execution of the deamon leaving behind
# socket files that prevent the deamon from launching again
# inside the container:
killall p2pd
rm -rf /tmp/*
2019-09-10 16:18:39 +00:00
beacon_node "$@"