Add create-layer sub command to create filesystem changeset#280
Add create-layer sub command to create filesystem changeset#280coolljt0725 wants to merge 4 commits intoopencontainers:masterfrom
Conversation
Signed-off-by: Lei Jitang <leijitang@huawei.com
Signed-off-by: Lei Jitang <leijitang@huawei.com>
Signed-off-by: Lei Jitang <leijitang@huawei.com>
Signed-off-by: Lei Jitang <leijitang@huawei.com>
|
On Thu, Sep 08, 2016 at 06:59:30AM -0700, Lei Jitang wrote:
I'd rather not pull in all of Docker ;). In ocitools we've forked a |
|
Either way, my preference would be to split the tooling out into another repo before dragging in a large amount of code. |
|
@wking Maybe we can use the repo https://github.com/containers/storage |
|
On Mon, Sep 12, 2016 at 07:02:54PM -0700, Lei Jitang wrote:
Also pulls in Docker 1, no? This is not such a complicated idea, a. A stand-alone library (that pulls in no higher-level tooling) which (c) leads to cyclic dependencies (using Docker code to certify Docker |
I think it's pull from docker.
I prefer this implementation, because https://github.com/containers/storage is pulled from docker and |
Strongly agree here, I would love to wait on this :( |
I'm agree too, continue my work after split the tooling out into another repo |
|
move to image-tool |
This PR use a well tested pkg from https://github.com/docker/docker/tree/master/pkg/archive
here is an example:
Any feedback are welcome :)
ping @vbatts