Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are there plans to make a Docker Hub for docker-compose.yml files? #1597

Closed
Jacobingalls opened this issue Jun 24, 2015 · 8 comments
Closed

Comments

@Jacobingalls
Copy link

I am currently putting together a docker-compose backed app, and in order to ship the config to another team member, they would have to pull the whole git project, seems to me that there should be a way to share various clusters with people, so in the same way that docker hub shares images, it would be neat to share compose files.

Is this in the road map, or does this exist an i am just blind?

Thanks.

@dnephin
Copy link

dnephin commented Jun 26, 2015

Yes, I totally agree this is something necessary, and would be really valuable for #318 as well.

I don't know of any plans, but I don't think it needs to be anything special. It's basically just sharing static yaml files, so really any web server would do.

@dborzov
Copy link

dborzov commented Jun 26, 2015

It seems everyone just uses Github for this purpose. Creating a separate repo just for the docker-compose file and share images on Docker's Hub should be good enough for pretty much all the use cases I can think of.

@Jacobingalls
Copy link
Author

@dborzov that is true, the mechanism for storage could be Github. But to me, it should be a mechanism for sharing, linking, searching, and most important for me: discovery.

@patcito
Copy link

patcito commented Sep 21, 2015

I wrote a hub to share docker-compose files @Jacobingalls @dnephin @dborzov you can check it here https://github.com/composehub/cli or check the web site https://composehub.com/. It re-uses github to store the docker-compose.yml files, you just need to describe your package name and github url. Let me know what you think.

@schmunk42
Copy link

There is https://stackfiles.io/ btw

@shin- shin- closed this as completed Feb 17, 2017
@pensiero
Copy link

What happened to composehub.com and stackfiles.io?

@BRUNNEL6
Copy link

BRUNNEL6 commented May 1, 2018

Any update on this?

@arifulhb
Copy link

Both Composehub and stackfiles are down :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants