Hacker News new | ask | show | jobs
by motiejus 4586 days ago
Docker replacement with emphasis on tool reusability. Docker made incremental builds right, and I love the idea. However, it reimplemented the whole tooling around it instead of using what's in there.

It will support FreeBSD/ZFS/Jails and Linux/LVM|BTRFS|ZFS/LXC on the first release. My goal is to re-use existing tooling as much as possible.

I am writing it in Haskell.

1 comments

What I would like in something like that is the ability to push from outside an image to be used. Docker has push to a central location and then you need to pull from it which makes it harder for a small setup like mine.