This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nimbus-eth1
Watch
2
Star
0
Fork
0
You've already forked nimbus-eth1
mirror of
https://github.com/status-im/nimbus-eth1.git
synced
2025-01-15 06:44:12 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
nimbus-eth1
/
docker
/
beacon_node
/
run_in_docker.sh
8 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
A safer wrapper script for launching the beacon node containers in docker
2019-06-21 19:36:19 +03:00
#!/bin/bash
killall p2pd
rm -rf /tmp/*
Force-disable the NAT detection in the Docker env
2019-06-24 18:49:44 +03:00
beacon_node --nat:none
$*
A safer wrapper script for launching the beacon node containers in docker
2019-06-21 19:36:19 +03:00
Reference in New Issue
Copy Permalink