Page 1 of 1

docker

Posted: 07 Mar 2014, 18:21
by ralcocer
An open source project to pack, ship and run any application as a lightweight container https://www.docker.io/

Re: docker

Posted: 07 Mar 2014, 19:31
by Slaxmax

Re: docker

Posted: 03 Nov 2015, 09:43
by saurabh chamotra
hi friends i am in trouble , trying to install docker on 64 bit porteous linux ! no success till date any help will be greatly appriciated

Re: docker

Posted: 04 Nov 2015, 02:07
by brokenman
Update kernel to 3.2+ then enable cgroup configs. Install lxc using the package manager in porteus, then install docker.

If you wait a few days I will compile the kernel. Light weight porteus running docker would be nice.

Re: docker

Posted: 07 Nov 2015, 03:03
by brokenman
Battled with docker on Porteus and didn't get it running. Then I tried it on the nemesis (arch based porteus) and it just worked out of the box, I will release an ISO of this soon for people to play with.

It was as easy as this:

Code: Select all

pacman -S docker
docker daemon

Re: docker

Posted: 08 Nov 2015, 12:36
by tome

Re: docker

Posted: 08 Nov 2015, 16:40
by brokenman
I followed this guide when trying it on Porteus. Unfortunately it didn't result in a working docker in fresh mode even passing the kernel parameter. Not sure why. I don't use docker so the time I gave it was minimal.

Re: docker

Posted: 11 Nov 2016, 21:45
by tome
Docker works in Porteus after replacing vmlinuz and 000-kernel.xzm with kernel from nemesis and after cgroupfs-mount script (from github) is once executed.