sql Using docker named volumes to persist databases in SQL Server It is a huge hasstle to work with a database in a docker container if you cannot persist the data in the event that the container shuts down. In this short post I will show you a cool way to set up shared volumes and auto mount your databases.