I read a lot about Docker and its use. We are currently using TFS to build and deploy our embedded application (.net C #). Are there any advantages to switching to Docker? Does this mean that it is configured so that after TFS starts the assembly, it will be deployed to the container?
There is currently no easy way to start the assembly, apart from the manual steps: How to create prefabricated projects on the desktop ,
- Can I launch docker on Windows Server?
- Can we configure our virtual machines using dockers so that we can locally deploy / simulate the deployment process (in our vms)?
- And do we have the same process as for our production environment?
source share