containers-bsi/test/helpers.bash
Valentin Rothberg 66ac3195c8 test: add helpers.bash to reduce boilerplate
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-09-19 11:58:44 +02:00

3 lines
83 B
Bash

function run_ctr() {
run $CTR_ENGINE run --security-opt label=disable --rm "$@"
}