Hasan-J commented on PR #25251: URL: https://github.com/apache/airflow/pull/25251#issuecomment-1193365548
Side note: I think the reason bind mounting doesn't work is related to the workflow of the tools/services that work with devcontainer.json configurations. In a scenario where the source code is not local, they end up creating a new docker volume attaching it to a temp bootstrapping container, then cloning the source code inside. So if you have local binds in your custom devcontainer.json it ends up with the described weird behavior because you can't bind mount from inside a container into another one! That's just my analysis. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
