Skip to content

Commit b6493bb

Browse files
Update using-docker-for-net-core.md
1 parent 6dc494e commit b6493bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/posts/using-docker-for-net-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: ["docker", "docker compose", "dotnet", "dotnet core", "web service", "test
88
Recently at work, we have been discussing how to perform integration tests on .NET Core services. From previous experience, integration testing can be quite a messy process especially when performing reads and writes to a database.
99
<br>
1010
<br>
11-
Have you ever had an issue with maintaining consistently correct data? Sharing a database with multiple developers? Or even setting up your own data without interfering with your teammates? If any of these problems sound familiar then docker can be the solution for you.
11+
Have you ever had an issue with maintaining consistently correct data? Sharing a database with multiple developers? Or even setting up your own data without interfering with your teammates? If any of these problems sound familiar, then docker can be the solution for you.
1212
<br>
1313
<br>
1414
Docker provides a great way for you to stand up services, databases, and other resources locally through containers. In addition, with docker compose, we can set up multiple containers and define the interactions between them. For example, we can start our service and have it communicate with a container running a MySQL database.

0 commit comments

Comments
 (0)