Last month I blogged about using Docker to run SQL Server as a quick and easy way to get SQL Server up and running. While it continues to be immensely useful, there aren’t any user databases running on it. The only databases present are the system databases. Yes, I could manually create a database, but it would be a lot easier to have a sample database available.
How do we do restore a sample database, in a container, that is running on a Mac laptop? Let’s check it out!