In the beginning stages of a project and sometimes longer, it is nice to have a local copy of the database. This copy can be tweaked, updated, deleted and reloaded on a moment's notice without affecting the workflow of any other developers. In this session we will focus on solving this problem with Docker and using the MSSQL container provided by Microsoft as our base. The session will also go over using Docker Compose, creating shell scripts and sql scripts to create and load the database and a general workflow that could be followed.