Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

I'm a new to the SharePoint world, I've found that to make a SharePoint development environment, I need to install windows server 2019 on HyperV VM, to install later the SharePoint and SQL server.

Therefore, I found myself need to install also the Visual Studio in this environment, for publishing the solution on the SharePoint.

My question here is:

Could I replace the HyperV VM with all those programs with a Docker Image?

If not, Is there is any way to work on the solution in my visual studio and link it's publishing to publish in the VM instead of installing visual studio inside the VM?

Thanks in advance.

I guess that you should start tryingto create a docker with Windows Server + AD and SQLServer, or a docker compose with those 2 instances. Then move forward Alberto S. Nov 27, 2020 at 17:25

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question . Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers .