Re: [atomic-devel] dockerlite the fedora way

2016-01-04 Thread Nalin Dahyabhai
On Mon, Jan 04, 2016 at 10:51:27AM -0500, Daniel J Walsh wrote: > Nalin has been working on an update to this, but I was unable to find > his github. > > Nalin? The shell of it is in https://github.com/nalind/graphc, and the changes to the daemon live in the "fsync" branch of https://github.com/n

Re: [atomic-devel] dockerlite the fedora way

2016-01-04 Thread Muayyad AlSadi
Antonio gave it to me https://github.com/nalind/graphc On Mon, Jan 4, 2016, 5:51 PM Daniel J Walsh wrote: > Nalin has been working on an update to this, but I was unable to find his > github. > > Nalin? > > > On 01/02/2016 07:54 AM, Muayyad AlSadi wrote: > > >> Yes critical to this is to get th

Re: [atomic-devel] dockerlite the fedora way

2016-01-04 Thread Daniel J Walsh
Nalin has been working on an update to this, but I was unable to find his github. Nalin? On 01/02/2016 07:54 AM, Muayyad AlSadi wrote: > >> Yes critical to this is to get the graphdriver (COW File Systems) out as a > >> separate > package. graphc so to speak. We are working on this. > > > i

Re: [atomic-devel] dockerlite the fedora way

2016-01-02 Thread Antonio Murdaca
This should be a more updated version I guess https://github.com/nalind/graphc - Messaggio originale - | Da: "Muayyad AlSadi" | A: "Pavel Odvody" | Cc: atomic-devel@projectatomic.io | Inviato: Sabato, 2 gennaio 2016 13:54:57 | Oggetto: Re: [atomic-devel] docke

Re: [atomic-devel] dockerlite the fedora way

2016-01-02 Thread Muayyad AlSadi
>> Yes critical to this is to get the graphdriver (COW File Systems) out as a separate package. graphc so to speak. We are working on this. > is there a link for graphc? I guess I found it https://github.com/willmtemple/graphc On Sat, Jan 2, 2016 at 2:36 PM, Muayyad AlSadi wrote: > sorry,

Re: [atomic-devel] dockerlite the fedora way

2016-01-02 Thread Muayyad AlSadi
sorry, > Yes critical to this is to get the graphdriver (COW File Systems) out as a separate package. graphc so to speak. We are working on this. is there a link for graphc? and what does containerd add to the blend? https://containerd.tools/ On Sat, Jan 2, 2016 at 2:35 PM, Muayyad AlSad

Re: [atomic-devel] dockerlite the fedora way

2016-01-02 Thread Muayyad AlSadi
> Yes critical to this is to get the graphdriver (COW File Systems) out as a separate package. graphc so to speak. We are working on this. is there a link for graphc? and what does On Mon, Nov 2, 2015 at 3:49 PM, Pavel Odvody wrote: > On Mon, 2015-11-02 at 13:43 +0200, Muayyad AlSadi wrote

Re: [atomic-devel] dockerlite the fedora way

2015-11-02 Thread Pavel Odvody
On Mon, 2015-11-02 at 13:43 +0200, Muayyad AlSadi wrote: > > systemd-importd since v221 > > awesome! is this in F23? > Yes, Fedora 23 has v222. Note that `machinectl` is the correct name for the command: $ machinectl pull-dkr --dkr-index-url=http://index.docker.io --verify=no library/fedora

Re: [atomic-devel] dockerlite the fedora way

2015-11-02 Thread Muayyad AlSadi
> systemd-importd since v221 awesome! is this in F23? On Mon, Nov 2, 2015 at 1:05 PM, Pavel Odvody wrote: > On Fri, 2015-10-30 at 22:58 +0200, Muayyad AlSadi wrote: > > Hi, > > > > dockerlite is way to provide minimal docker features using scripts on > > btrfs and lxc > > > > https://github.co

Re: [atomic-devel] dockerlite the fedora way

2015-11-02 Thread Pavel Odvody
On Fri, 2015-10-30 at 22:58 +0200, Muayyad AlSadi wrote: > Hi, > > dockerlite is way to provide minimal docker features using scripts on > btrfs and lxc > > https://github.com/docker/dockerlite > > maybe it was aimed to demonstrate how simple docker can be > implemented. > but I like that the

Re: [atomic-devel] dockerlite the fedora way

2015-10-31 Thread Muayyad AlSadi
> Yes critical to this is to get the graphdriver (COW File Systems) out as a separate package. graphc so to speak. We are working on this. awesome! > What would we need next to save a layered image? from https://runc.io/ it says "runC does not create a daemon, so it integrates well with syst

Re: [atomic-devel] dockerlite the fedora way

2015-10-31 Thread Daniel J Walsh
Yes critical to this is to get the graphdriver (COW File Systems) out as a separate package. graphc so to speak. We are working on this. Once you have graphc you can mount up an image in any of the backends that Docker supports, Devmapper, Btrfs, overlayfs and run a container on them. What wou

Re: [atomic-devel] dockerlite the fedora way

2015-10-30 Thread Muayyad AlSadi
> this using runc? ok let it be runc instead of lxc so can we have docker-like dockerlite with *devicemapper* and runc ? the idea would be to make use of docker way of saving space with layers ..etc. (running several containers from same image, saving space by layers ..etc.) and support the rich

Re: [atomic-devel] dockerlite the fedora way

2015-10-30 Thread Daniel J Walsh
On 10/30/2015 04:58 PM, Muayyad AlSadi wrote: > Hi, > > dockerlite is way to provide minimal docker features using scripts on > btrfs and lxc > > https://github.com/docker/dockerlite > > maybe it was aimed to demonstrate how simple docker can be implemented. > but I like that the idea of having