Created
August 5, 2013 19:30
-
-
Save kjellski/6158747 to your computer and use it in GitHub Desktop.
installed with instructions from here: http://docs.docker.io/en/latest/installation/ubuntulinux/#ubuntu-precise
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~]$ docker | |
Segmentation Fault or Critical Error encountered. Dumping core and aborting. | |
Aborted | |
[~]$ |
@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
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)