Open
Description
Trying to run the following simple example from DockerHub on my Ubuntu VM and I get "Aborted (core dumped)":
$ sudo docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=MyStrongPassword123456!' -p 1433:1433 microsoft/mssql-server-linux
Aborted (core dumped)
Screenshot:
I even tried mapping a volume to /var/opt/mssql
to see if I could get any log output but nothing is generated but empty folders for logs, secrets, data.
I'm able to run other containers such as an ASP.NET Core website on this same VM, just not SQL Server.
I have 4GB of RAM allocated and 12 GB of available storage on this VM.
Any ideas?