4 lines
149 B
Plaintext
4 lines
149 B
Plaintext
|
echo invoking a shell in container image for a non root user ${1:-sysadmin}
|
||
|
echo assuming one was added in build
|
||
|
udbuild try -e example.env shell $1
|