Re: [beagleboard] Docker for debian Wheezy

2016-01-16 Thread Abhishek G
Got it!! Instead of "docker run -it debian /bin/bash", which is for 64bit intel processor, we have to "docker run -it armhf/debian /bin/bash" and it works!!! It was a silly mistake and it took time to figure out. Thanks for all the support till now :) Regards Abhishek Gurudutt On Thursday, 14

Re: [beagleboard] Docker for debian Wheezy

2016-01-14 Thread Abhishek G
After update and reboot. " root@beaglebone:~# docker version Client version: 1.6.2 Client API version: 1.18 Go version (client): go1.3.3 Git commit (client): 7c8fca2 OS/Arch (client): linux/arm Server version: 1.6.2 Server API version: 1.18 Go version (server): go1.3.3 Git commit (server): 7c8fca2

Re: [beagleboard] Docker for debian Wheezy

2016-01-14 Thread Robert Nelson
On Thu, Jan 14, 2016 at 5:13 PM, Abhishek G wrote: > The problem i faced with the link that you provided which is > http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Debian_Image_Testing_Snapshots >

Re: [beagleboard] Docker for debian Wheezy

2016-01-14 Thread Abhishek G
The problem i faced with the link that you provided which is http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Debian_Image_Testing_Snapshots

Re: [beagleboard] Docker for debian Wheezy

2016-01-14 Thread Robert Nelson
On Thu, Jan 14, 2016 at 2:40 PM, Abhishek G wrote: > 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

Re: [beagleboard] Docker for debian Wheezy

2016-01-14 Thread Abhishek G
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 fr

Re: [beagleboard] Docker for debian Wheezy

2016-01-13 Thread Robert Nelson
On Wed, Jan 13, 2016 at 4:08 PM, Abhishek G wrote: > I installed "jessie" and it works like a charm :) thank you :) > Let us know if you have any issues. It's an older release (1.6.x), we might be able to get 1.7.x to build on jessie if need be.. (1.8.x is a bigger mess of dependicies) Regards

Re: [beagleboard] Docker for debian Wheezy

2016-01-13 Thread Abhishek G
I installed "jessie" and it works like a charm :) thank you :) On Tuesday, 12 January 2016 12:17:59 UTC-8, RobertCNelson wrote: > > > > On Tue, Jan 12, 2016 at 1:53 PM, Abhishek G > wrote: > >> I tried as mentioned in the website. I was able to install docker but not >> 'docker.io'. >> >> " >> r

Re: [beagleboard] Docker for debian Wheezy

2016-01-13 Thread William Hermans
> > *Actually, I wouldn't do this.* > I totally would, because it's a test, not a production environment. * 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 bec

Re: [beagleboard] Docker for debian Wheezy

2016-01-13 Thread Elena ``of Valhalla''
On 2016-01-12 at 11:35:21 -0700, William Hermans wrote: > No idea what docker is, and do not care. But . . . many applications that > do not check to user type in Linux will fail with "segmentation fault . . > ." if they require elevated permissions, and non are given. > > So . . . in other words.

Re: [beagleboard] Docker for debian Wheezy

2016-01-12 Thread Robert Nelson
On Tue, Jan 12, 2016 at 3:46 PM, William Hermans wrote: > 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. > it's based on google's 'go' https://packages.debian.org/source/stret

Re: [beagleboard] Docker for debian Wheezy

2016-01-12 Thread William Hermans
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. On Tue, Jan 12, 2016 at 2:35 PM, Abhishek G wrote: > ok.. > > Thanks a lot!! > > I will try installing "jessie". > > On Tuesday, 12 J

Re: [beagleboard] Docker for debian Wheezy

2016-01-12 Thread Abhishek G
ok.. Thanks a lot!! I will try installing "jessie". On Tuesday, 12 January 2016 12:17:59 UTC-8, RobertCNelson wrote: > > > > On Tue, Jan 12, 2016 at 1:53 PM, Abhishek G > wrote: > >> I tried as mentioned in the website. I was able to install docker but not >> 'docker.io'. >> >> " >> root@beagl

Re: [beagleboard] Docker for debian Wheezy

2016-01-12 Thread Robert Nelson
On Tue, Jan 12, 2016 at 1:53 PM, Abhishek G wrote: > I tried as mentioned in the website. I was able to install docker but not ' > docker.io'. > > " > root@beaglebone:~# apt-get install docker.io > Reading package lists... Done > Building dependency tree > Reading state information... Done > E: U

Re: [beagleboard] Docker for debian Wheezy

2016-01-12 Thread Abhishek G
I tried as mentioned in the website. I was able to install docker but not 'docker.io'. " root@beaglebone:~# 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 rege

Re: [beagleboard] Docker for debian Wheezy

2016-01-12 Thread Abhishek G
I tried all the commands when i was logged in as root. On Tuesday, 12 January 2016 10:35:31 UTC-8, William Hermans wrote: > > No idea what docker is, and do not care. But . . . many applications that > do not check to user type in Linux will fail with "segmentation fault . . > ." if they require

Re: [beagleboard] Docker for debian Wheezy

2016-01-12 Thread William Hermans
No idea what docker is, and do not care. But . . . many applications that do not check to user type in Linux will fail with "segmentation fault . . ." if they require elevated permissions, and non are given. So . . . in other words. Run your command with sudo. This is not a guaranteed fix, but at

Re: [beagleboard] Docker for debian Wheezy

2016-01-12 Thread Robert Nelson
On Tue, Jan 12, 2016 at 12:26 PM, Robert Nelson wrote: > > > On Tue, Jan 12, 2016 at 12:21 PM, Abhishek G 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

Re: [beagleboard] Docker for debian Wheezy

2016-01-12 Thread Robert Nelson
On Tue, Jan 12, 2016 at 12:21 PM, Abhishek G 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

[beagleboard] Docker for debian Wheezy

2016-01-12 Thread Abhishek G
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 abortin