docker
New features which should be implemented in Porteus; suggestions are welcome. All questions or problems with testing releases (alpha, beta, or rc) should go in their relevant thread here, rather than the Bug Reports section.
ralcocer
- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: docker
Post#2 by Slaxmax » 07 Mar 2014, 19:31
look this conversation
http://forum.porteus.org/viewtopic.php? ... ker#p22418
http://forum.porteus.org/viewtopic.php? ... ker#p22418
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
― Bill Gates, The Road Ahead
Slaxmax
-
- Ronin
- Posts: 1
- Joined: 24 Sep 2014, 11:53
- Distribution: porteus-v3.0.1
- Location: india
Re: docker
Post#3 by saurabh chamotra » 03 Nov 2015, 09:43
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
saurabh chamotra
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: docker
Post#4 by brokenman » 04 Nov 2015, 02:07
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.
If you wait a few days I will compile the kernel. Light weight porteus running docker would be nice.
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
brokenman
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: docker
Post#5 by brokenman » 07 Nov 2015, 03:03
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:
It was as easy as this:
Code: Select all
pacman -S docker
docker daemon
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
brokenman
-
- Contributor
- Posts: 686
- Joined: 26 Jun 2013, 14:03
- Distribution: x64 Openbox
- Location: Russia is causing the immense damage to humanity
- Contact:
Re: docker
Post#6 by tome » 08 Nov 2015, 12:36
Maybe this could help: http://slackbuilds.org/repository/14.1/system/docker/
tome
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: docker
Post#7 by brokenman » 08 Nov 2015, 16:40
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.
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
brokenman
-
- Contributor
- Posts: 686
- Joined: 26 Jun 2013, 14:03
- Distribution: x64 Openbox
- Location: Russia is causing the immense damage to humanity
- Contact:
Re: docker
Post#8 by tome » 11 Nov 2016, 21:45
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.
tome