4 lines
149 B
Text
4 lines
149 B
Text
|
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
|