Commit 49bd8a5d authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

update registry

parent c7f50993
......@@ -24,7 +24,7 @@ for i in $(seq 1 $N)
do
echo " net$i:" >> $composefile
echo " image: 192.168.1.220:5000/net:v0.0.1" >> $composefile
echo " image: 192.168.1.220:5000/metanet:v0.0.1" >> $composefile
echo " container_name: net$i" >> $composefile
if [ $i -eq 1 ]; then
echo " entrypoint: /root/MetaNet --single-node --enable-prom --log-level debug --p2p-priv-key /root/default-priv-key --grpc-host 0.0.0.0 --grpc-port 38010 --p2p-host-ip 172.99.1.1" >> $composefile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment