Debugging build containers
"Verbose" mode
Verbose mode is a way to see the debug information of Welder lifecycle, it prints out the most important messages, such as container configuration and all commands (including service ones) it runs inside it.
"Shell" mode
You can use "shell" mode to instantiate build container and open active terminal inside it to run commands manually. This approach allows to debug certain commands or investigate issues with build containers and environment.
-t parameter is used to tell Welder which task's definition should be used to create build container. Alternatively
you may want to use -m to specify which module you'd like to use as a base for the build container's config.