Run SQL Server in Docker
Learn how to run an instance of SQL Server in a Docker Container. This is a great way to run and test applications against a local database. Try out all your changes locally before going to dev, test or production Add volumes to persist your data, even if you delete the docker container SQL Server Docker Hub page: Documentation for volumes and persisting data:
|
|