docker-cluster
docker-cluster copied to clipboard
cluster/images: ImportImage should store image on cluster storage
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 ).
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.
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.
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!