Skip to content

Commit

Permalink
link to docker sql server docs (#2544)
Browse files Browse the repository at this point in the history
* link to docker sql server docs

* Update entity-framework/core/miscellaneous/testing/index.md

Co-authored-by: Smit Patel <smitpatel@users.noreply.github.com>

Co-authored-by: Smit Patel <smitpatel@users.noreply.github.com>
  • Loading branch information
Dzmitry Lahoda and smitpatel committed Jul 29, 2020
1 parent 636e62f commit 7ff874b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/miscellaneous/testing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ LocalDB is not without its issues:
Personally, I've never found it a problem having a database service running on my dev machine and I would generally recommend using Developer Edition instead.
However, LocalDB may be appropriate for some people, especially on less powerful dev machines.

Running SQL Server (or any other database system) in a Docker container (or similar) is another way to avoid running the database system directly on your development machine.
[Running SQL Server](/sql/linux/quickstart-install-connect-docker?view=sql-server-ver15) (or any other database system) in a Docker container (or similar) is another way to avoid running the database system directly on your development machine.

## Approach 2: SQLite

Expand Down

0 comments on commit 7ff874b

Please sign in to comment.