You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2024-05-28-running-sql-server-with-docker-compose.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ category: "General"
6
6
tags: ["linux", "docker", "sqlserver", "sql"]
7
7
---
8
8
9
-
This was much easier than I thought. Using the following docker compose file, you can run SQL Server locally in docker. It is critical to use a volume for the `mssql` directory, <u>**otherwise you will lose all your data when the container restarts**</u>. The image is first party (published by Microsoft) [listed in docker hub](https://hub.docker.com/_/microsoft-mssql-server/), though the container is pulled down from Microsoft's registry directly I think.
9
+
This was much easier than I thought. Using the following docker compose file, you can run SQL Server locally in docker. It is critical to use a volume for the `mssql` directory, **<u>otherwise you will lose all your data when the container restarts</u>**. The image is first party (published by Microsoft) [listed in docker hub](https://hub.docker.com/_/microsoft-mssql-server/), though the container is pulled down from Microsoft's registry directly I think.
0 commit comments