4 lines
83 B
Bash
4 lines
83 B
Bash
|
function run_ctr() {
|
||
|
run $CTR_ENGINE run --security-opt label=disable --rm "$@"
|
||
|
}
|