docker
- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: docker
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
-
- Ronin
- Posts: 1
- Joined: 24 Sep 2014, 11:53
- Distribution: porteus-v3.0.1
- Location: india
Re: docker
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
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: docker
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
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: docker
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.
-
- Contributor
- Posts: 678
- Joined: 26 Jun 2013, 14:03
- Distribution: x64 Openbox
- Location: Russia is causing the immense damage to humanity
- Contact:
Re: docker
Maybe this could help: http://slackbuilds.org/repository/14.1/system/docker/
You have mind and feelings. Be wise and clever.
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: docker
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.
-
- Contributor
- Posts: 678
- Joined: 26 Jun 2013, 14:03
- Distribution: x64 Openbox
- Location: Russia is causing the immense damage to humanity
- Contact:
Re: docker
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.
You have mind and feelings. Be wise and clever.