mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-07 04:20:44 +00:00
5 lines
77 B
Bash
5 lines
77 B
Bash
#! /bin/bash
|
|
|
|
docker rm -vf $(docker ps -aq)
|
|
docker network rm local_testnet
|