I have queuestion to net core and containers:
I want to add containers to our current ci/cd pipeline for a new project. Thus, I thought about the following approach because we use already jenkins, git and ocopus:
Now, I saw that Visual Studio 2019 offers Container Tools in Visual Studio, to allow a better experience developing with containers in visual studio.
https://docs.microsoft.com/en-us/visualstudio/containers/overview?view=vs-2019
Would it adds extra benefit to develop with containers in visual studio on the dev machine (step 1)?
How, would you integrate the extra step developing with containers on the dev machine? Do, you make a git commit, and then push a dev image to the docker hub. Thus, the docker hub contains the dev-image and the image from jenkins?