Perfect Dev Environment

Hello,

I’m new to docker and I’m trying to create a development envrionment for me and my small team (5 devs).

We are creating a project using .NET Core and SQL Server as our database server.

Do you thing is a good idea to create a container with .NET Core and SQL Server or two containers, one with .NET Core and the otherone with SQL Server?

Thank you in advance.

You may want to use Vagrant instead. Unless you’re planning to run SQL Server inside a container (not something I would recommend)