#!/bin/bash docker rm -f $(docker ps -aq) docker volume rm $(docker volume ls -q) rm -rf ./channel-artifacts/* rm -rf crypto-config