So I am using this example:
https://github.com/mcmoe/mssqldocker
In order to create a SQL Server image and load it with data. I have several sql scripts whi
Delete all local docker images related to your dockerfile using the following and try again.
$ docker rmi -f $(docker images -a -q)