Skip to content

Instantly share code, notes, and snippets.

@kjellski
Created August 5, 2013 19:30
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjellski/6158747 to your computer and use it in GitHub Desktop.
Save kjellski/6158747 to your computer and use it in GitHub Desktop.
[~]$ docker
Segmentation Fault or Critical Error encountered. Dumping core and aborting.
Aborted
[~]$
@dhrp
Copy link

dhrp commented Aug 14, 2013

It looks like you have installed the wrong docker..

apt-get install docker will a install a "System tray for KDE3/GNOME2 docklet applications"

Installing lxc-docker will get you the package to "create lightweight, portable, self-sufficient containers from any application."

@Fokko
Copy link

Fokko commented Apr 30, 2014

I would like to note that lxc-docker has been renamed in the repositories by docker.io

@xianlinbox
Copy link

I would like to point out that: http://docs.docker.io/installation/ubuntulinux/
'''
$ sudo apt-get install docker.io
$ sudo ln -sf /usr/bin/docker.io /usr/local/bin/docker
'''
we must install docker.io rather than docker.

@naoko
Copy link

naoko commented Oct 6, 2015

👏 thank you! exactly what I need

@krisrandall
Copy link

krisrandall commented Oct 12, 2017

I had the same issue "Segmentation Fault or Critical Error encountered. Dumping core and aborting." following these instructions (as root) : https://www.linode.com/docs/applications/containers/how-to-install-docker-and-deploy-a-lamp-stack

However @xianlinbox 's solution does not work on my machine* :

$ sudo apt-get install docker.io
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package docker.io
E: Couldn't find any package by regex 'docker.io'

(* My machine is a Linode server running Ubuntu 12.04 - it is an old Ubuntu, and it is also a custom distro I believe - I've decided the easiest solution for me will be to find a different host)

@sh4nx0r
Copy link

sh4nx0r commented Apr 12, 2018

@krisrandall, This should work for you.
https://unix.stackexchange.com/a/363058

But you need to install a lot of dependency packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment