Using `microsoft/mssql-server-linux:2017-CU` image + sqlpackage to import a bacpac file. Running Docker on Windows 10. SQL Server crashes when it attempts to import a table with 14,828,059 rows. The container just dumps back to the command line. Command ran: ``` docker exec -it 0421fed8ac6779313662ec6a44c82eb4ad96fdf825562458f5f16f985caf7888 /tmp/sqlpackage/sqlpackage /a:Import /tsn:localhost,1433 /tdn:Database /tu:sa /tp:"yourStrong(!)Password" /sf:/tmp/db/database.bacpac ``` Happy to provide more debug information if needed.