DP_Shenanigans
DP_Shenanigans
CC#
Created by DP_Shenanigans on 10/19/2023 in #help
❔ Docker Assistance
I've been a Software Engineer for 10+ years now but have always had a DevOps team or build pipelines in place. Now that I'm trying to work on my own personal project, I can't seem to get it to stand up properly. I'm asking for help on two things. 1. Some assistance moving my debugging containers into more standalone staging containers. I'm still too new with Docker to figure this one out on my own. 2. Would someone be able to talk me through Volumes and how I could put my sqlite file out there and reference it in my projects? To be fair, I have the volumes created, just need to figure out the data access part of it.
2 replies
CC#
Created by DP_Shenanigans on 10/15/2023 in #help
❔ 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?
4 replies