I found there seems no straightforward way to prepare a development environment for containerized Teaclave services. I think it could improve the collaboration efficiency and dev. productivity if we can streamline it using standard approaches with comprehensive documentation. Firstly, I often use Emacs to develop, so those bother me don’t necessarily apply to developers who use other IDE at all, e.g. VS. I lists my consideration here for your reference, perhaps, we may identify some more associated opportunities later. 1) Adding both trusted and untrusted parts of code tags to LSP system. 2) Containerizing the Teaclave source code in a local docker volume instead of host FS. 3) Containerizing development tools e.g. Emacs, VS in a development container mounted with Teaclave source code volume. 4) The Build Container can rebuild the topic branch triggered by the changes from development container. 5) The RT containers could reuse the same containers images for different service. 6) The RT service containers can be instructed or automatically detect the service binaries updates to roll up in dev. mode.
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/560