de-francophones's picture
Upload 191 files
e7b2033 verified
raw
history blame contribute delete
226 Bytes
#! /bin/bash
echo "stoping containers"
for d in conc-proxy conc-cspt conc-dept conc-enpt conc-espt conc-frpt conc-itpt conc-ptsk
do
docker stop $d
done
docker network rm conc-network
echo "finished stoping containers"