B
blendOSβ€’3y ago
Palikin

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
Asterisk
Asteriskβ€’3y ago
don't think so, try checking /usr/bin for dotnet.ubuntu
Palikin
PalikinOPβ€’3y ago
Oh o.O Yeah I give that a try! Didn't thought about it tbh xD Thank you

Did you find this page helpful?