open project and develop inside local container?
已回答
The host is Macos. I have a project that can only run on the Linux platform.
I have docker installed and can start a linux container to map source code to insider the container.
Now the question is how can I open the project which is inside the container and do the development/debug etc?
请先登录再写评论。
Hello,
It's possible to deploy and debug inside container: https://blog.jetbrains.com/idea/2019/04/debug-your-java-applications-in-docker-using-intellij-idea/, https://www.jetbrains.com/help/idea/debug-a-java-application-using-a-dockerfile.html