❔ Need Docker asstiance

Docker advice I have a multi-project solution consisting of: 1x Maui App project (desktop for now, mobile in the future) 1x Maui Library project (sharing of data classes between projects) 1x Blazor Server project (website) 1x Razor Library (sharing of Razor controls between Maui and Blazor) 3x C# API projects (1 as an Identity service, 2x as data APIs) 3x NUnit projects to test APIs I build these using Visual Studio for Mac, which doesn't have nearly half the features it should. One of the features that it is missing is building projects with Docker support. I attempted to add Docker support myself and while I successfully got the Blazor project to deploy to a container on build, I can't get the API projects to deploy. I'm also shamefully unable to figure out how to make a volume work as I want a couple sqlite files for DBs. Is there someone out there with Docker knowledge that wouldn't mind helping me out with this?
2 Replies
Pobiega
Pobiega8mo ago
I can help with the volumes, but probably not the rest #dev-vc-1
Accord
Accord8mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.