tsuru / docker-cluster

Go library for clustering support on Docker.
http://godoc.org/github.com/tsuru/docker-cluster
BSD 3-Clause "New" or "Revised" License
249 stars 33 forks source link

cluster/images: ImportImage should store image on cluster storage #19

Open flavianmissi opened 10 years ago

bfirsh commented 10 years ago

How are you planning to implement this? It would be really cool if it could be backed by a registry (probably requiring something like https://github.com/dotcloud/docker-registry/issues/63 ).

flavianmissi commented 10 years ago

Not sure if I understand what you mean with that. docker import requires an image tarball, which may come from stdin or a url: see here, so where the registry comes in? If you wish to send the imported image to a registry (private or public) you can use docker push with the registry url in the image name.

bfirsh commented 10 years ago

Sorry – I think was misunderstanding what this issue was about. Been keeping an eye on docker-cluster as I have a keen interest in this stuff. :)

Have you got a mailing list or something to discuss some ideas in more detail? I could perhaps open some idea issues for discussion instead.

flavianmissi commented 10 years ago

No problem.

You are very welcome to open issues for brainstorming, you can also find all core developers on #tsuru channel @ freenode.net. We also have tsuru-dev mailing list on googlegroups if you rather that approach.

Thanks for collaborating!