So correct me if I'm wrong - I probably am - but I've been reading quite a bit about Docker lately online, and the similarities - at least in concept - to Porteus struck me.
As I understand it, Docker is designed as a software deployment tool. Each "container" holds it's own dependencies internally, and uses resources provided by the host system. It can be thought of as a virtual machine stripped down to run one, single application. A container can be mounted into the system, unmounted when no longer being used, and has defined channels to interact with the host, for instance, saving work.
Porteus shares a similair idea with modules, compressed files that contain an application and it's dependencies, can be mounted and unmounted, and shares resources with the base system.
I'm not going anywhere with this, just musing on it. I thought it was fun that you guys have a design on a portable OS that mirrors the "cutting edge" of Linux software engineering.
Docker similarities to Porteus
-
- White ninja
- Posts: 14
- Joined: 25 Jul 2014, 14:14
- Distribution: Portues 3 Mint 17
- Location: Kentucky
- fanthom
- Moderator Team
- Posts: 5588
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Docker similarities to Porteus
more interesting concept was implemented in Quebes OS as all applications are isolated. you may read about it here:
http://distrowatch.com/weekly.php?issue ... 20#feature
(it's described under Sparky Linux).
http://distrowatch.com/weekly.php?issue ... 20#feature
(it's described under Sparky Linux).
Please add [Solved] to your thread title if the solution was found.