Sorry for this newbie question ... :)
I tried several times to install dockers on my Linux machine, but I was never able to do it correctly. I am sure that this is something simple that I had to do, but still I did not find it!
I followed the tutorial:
http://docs.docker.io/en/latest/installation/ubuntulinux/#ubuntu-raring
but when I try to use the command:
sudo apt-get install lxc-docker
I get the following error:
"Unable to find lxc-docker package"
so when i try to execute the command: curl http://get.docker.io | sudo sh
I get:
I hajeangui@jeangui-portable:/usr/local/bin$ curl http://get.docker.io | sudo sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1834 100 1834 0 0 2353 0 --:--:-- --:--:-- --:--:-- 3869
Ensuring basic dependencies are installed...
Looking in /proc/filesystems to see if we have AUFS support...
Found.
Downloading docker binary to /usr/local/bin...
Upstart script already exists.
Starting dockerd...
Done.
But when I run: sudo docker
I get this exception: Unable to start binary docker.
I tried to clear the lxc-docker package, but it does not seem to be installed ...
I do not understand.
Help to cope :) please.
amuses jeangui