Hello,I have debian Wheezy image on my beaglebone black rev C. I wanted to install dockers on this. When i try to 'apt-get install docker', it will go through. if i type 'docker' after this, i am getting the following 'Segmentation Fault or Critical Error encountered. Dumping core and aborting. Aborted'. Is there no support of docker for beaglebone? or is there anything i need to take care of.?
On Tue, Jan 12, 2016 at 12:21 PM, Abhishek G <abhi...@gmail.com> wrote:Hello,I have debian Wheezy image on my beaglebone black rev C. I wanted to install dockers on this. When i try to 'apt-get install docker', it will go through. if i type 'docker' after this, i am getting the following 'Segmentation Fault or Critical Error encountered. Dumping core and aborting. Aborted'. Is there no support of docker for beaglebone? or is there anything i need to take care of.?
Docker is a docking application (WindowMaker dock app) which acts as a system tray for any desktop environment, allowing you to have a system tray without running the KDE/GNOME panel Docker was designed to work with Openbox 2, but it should work fine in any window manager.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I tried as mentioned in the website. I was able to install docker but not 'docker.io'.
--
isn't docker.io a Nodejs package ? Maybe I'm missing something here but I would *NOT* expect a Nodejs package to install through APT . . . that's what NPM is for.
Actually, I wouldn't do this.
If a program is badly written to the point that it segfaults because of
a lack of permissions I wouldn't trust it with root permissions where
all of its bugs can be exploited to become security vulnerabilities with
maximum damage.
I installed "jessie" and it works like a charm :) thank you :)
Hello Robert,Sorry to again ask you!I had downloaded the latest jessie image from beaglebone black website, I could install "docker.io" and i could also create a docker. That was when i replied yesterday, but after that when i try to run, i am getting the following error,"Error response from daemon: Cannot restart container 0548bc393d8a: [8] System error: exec format errorFATA[0001] Error: failed to restart one or more containers"I also tried the snapshot image (BBB-eMMC-flasher-debian-8.2-lxqt-4gb-armhf-2016-01-10-4gb.img) from the link you had provided, it failed at apt-get update by throwing an error at "dpkg/lib/info/format". So i had to switch back to the image that i downloaded from beaglebone website.For the docker, is there anything i should take care of?Note: The jessie-backport line was commented in /etc/apt/sources.list and i enabled that line. Run an update and then tried to restart the docker, but failed. It threw the same error.
The problem i faced with the link that you provided which is http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Debian_Image_Testing_Snapshotsand the image bone-debian-8.2-lxqt-4gb-armhf-2016-01-10-4gb.img.xzis that when i try to "apt-get update" or "apt-get install" i was getting an error like,"dpkg: error: corrupt info database format file '/var/lib/dpkg/info/format'E: Sub-process /usr/bin/dpkg returned an error code (2)"