bittorrent-benchmarks/docker-compose-up.sh

7 lines
216 B
Bash
Raw Normal View History

2024-11-01 18:07:08 -03:00
#!/usr/bin/env bash
set -e
# These have to be wiped out before we boot the containers. Note that this will only work
# if you've set up rootless Docker.
rm -rf ./volume/{deluge-1,deluge-2,deluge-3}
2024-11-01 18:07:08 -03:00
docker compose up