Skip to content

"Aborted (core dumped)" on Ubuntu w/ Simple Example From DockerHub #152

Open
@kspearrin

Description

@kspearrin

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:

image

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions