As discussed wWneeded to develop for the container, including a config file in the subdirectory that would indicate to launch that launch generated the directory on the container's behalf and that launch should run it in "develop" mode.
This will likely be most applicable to application containers, such as Mountebank that is an application of node. The develop command would copy the Mountebank source to the subdirectory so it could be debugged in an IDE like WebStorm or VS Code. This would also open ports for the debugger, if applicable.
The above ideas are preliminary and may change before this gets implemented.
As discussed wWneeded to develop for the container, including a config file in the subdirectory that would indicate to launch that launch generated the directory on the container's behalf and that launch should run it in "develop" mode.
This will likely be most applicable to application containers, such as Mountebank that is an application of node. The
develop
command would copy the Mountebank source to the subdirectory so it could be debugged in an IDE like WebStorm or VS Code. This would also open ports for the debugger, if applicable.The above ideas are preliminary and may change before this gets implemented.