aboutsummaryrefslogtreecommitdiff
path: root/testing/start-saio.sh
blob: 6ca8e89e772ea169111897c59902bc5b63e5a77b (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
set -euo pipefail

if docker inspect schwift-testing &>/dev/null; then
  echo 'Already running.'
else
  exec docker run --name schwift-testing -P -it --rm dockerswiftaio/docker-swift:2.27.0
fi