diff options
| author | Sandro Jäckel <sandro.jaeckel@sap.com> | 2022-10-28 13:09:11 +0200 |
|---|---|---|
| committer | Sandro Jäckel <sandro.jaeckel@sap.com> | 2022-10-28 13:09:11 +0200 |
| commit | 5fd42a265399623a5c1793d0a18cd7369c755c82 (patch) | |
| tree | 27afbc4cae99722b6bda54f64643050b913a3193 /testing/start-saio.sh | |
| parent | 82de494f495481b5ae016038c7020898a135c8dc (diff) | |
| download | go-schwift-5fd42a265399623a5c1793d0a18cd7369c755c82.tar.gz | |
Cleanup container and eact to Ctrl+C
Diffstat (limited to 'testing/start-saio.sh')
| -rwxr-xr-x | testing/start-saio.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/start-saio.sh b/testing/start-saio.sh index 7e66f13..6ca8e89 100755 --- a/testing/start-saio.sh +++ b/testing/start-saio.sh @@ -1,8 +1,8 @@ -#!/bin/bash +#!/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 -t dockerswiftaio/docker-swift:2.27.0 + exec docker run --name schwift-testing -P -it --rm dockerswiftaio/docker-swift:2.27.0 fi |
