uci-docker-build/example/shell
David Kebler ca857a032a new: add core RUN step
refactored: Dockefile template
refactor: example and move src/ there a simple example
new: distros.csv holds table of valid distros, their images and install/update commands
refactor: various fixes and adjustment in response to above
refactor: help vastly improved and updated
2023-04-22 08:19:45 -07:00

3 lines
149 B
Text
Executable file

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