containers-bsi/test/helpers.bash

4 lines
83 B
Bash
Raw Normal View History

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