vim /opt/docker/images/geth-1.10.5/bin/start.sh #!/bin/bash set -e # Init echo "" echo "Init geth" geth init "/root/files/genesis.json" ...
確定! 回上一頁