Delete
Enter The Screen
screen -r rainbow
CTRL C
Type exit and enter.
List Containers :
docker ps -a

Copy bitcoind container id
docker stop <paste your container id without <>>
docker rm <paste your container id without <>>
Delete Files :
cd
rm -rf btc_testnet4
rm -rf project
rm -rf rbo_indexer_testnet
Last updated