66ac3195c8
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
3 lines
83 B
Bash
3 lines
83 B
Bash
function run_ctr() {
|
|
run $CTR_ENGINE run --security-opt label=disable --rm "$@"
|
|
}
|