ca857a032a
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
3 lines
153 B
Text
Executable file
3 lines
153 B
Text
Executable file
# invokes build with the example environment file
|
|
echo mounting /opt from container to ./mnt/opt in PWD
|
|
udbuild try -e example.env -m opt ${@:-shell} $@
|