Is referencing binary of container by path possible?
Hey π
I'm currently trying to understand how BlendOS works and the usablity of the containerization.
Is this a valid use case?:
I want to use JetBrains Rider to develop something using the dotnet SDK. I then install said SDK into an ubuntu container and create a assossiation with the dotnet binary so the system can use it. Still Rider is showing, that dotnet is not installed, which is correct, because it's installed in a container. Now it is possible to select a custom binary by path which then gets used by Rider.
Now the question is:
How do I let Rider accept the dotnet SDK installed in a container?
Is this even a valid use case or should container be only used for actual standalone applications?
Thanks in advance for answering π
2 Replies