MS Sql Server based containers for development, schema comparisons and small scale data.
74
Base: mcr.microsoft.com/mssql/server:2017-CU20-ubuntu-16.04
Build: prakram/sqlserver:dbschema-v1
Build Date: 2020-07-11
Usage: docker container run -d -it -p 2001:1433 -v c:\docker\backups:/var/opt/mssql/backups --name mssqldev1 prakram/sqlserver:dbschema-v1
Notes: The port number, volume mount (source and destination) and name are variable. The sa user password is Mymssql1. Check the necessary parameters needed for the stored proc in the util database. The intention of this image is to have containers with different schemas so that comparison can be made easy. One can use SSDT, sql server schema compare to see object level differences.
Known Issues: If you are running this on a Mac, copy the contents of the bind mount to a local folder.
Content type
Image
Digest
Size
495.3 MB
Last updated
about 6 years ago
docker pull prakram/sqlserver:dbschema-v1