TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Portable AWS-style infrastructure service for Docker

46 pointsby inakiabtover 10 years ago

7 comments

darren0over 10 years ago
Chief architect of Rancher here. Rancher.io is in fact completely open source. The intention is that Rancher will run below Docker. Rancher currently wraps Docker but going forward that will no longer be the case. We very much want users to use the native Docker CLI and remote API.<p>Rancher is packaged as a set of Docker containers. This may seem like inception but we build off of the portability guarantees provided by Docker. This means that the storage and networking services we provide should run anywhere Docker runs.<p>The source code for this project is mostly in <a href="https://github.com/rancherio/cattle" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rancherio&#x2F;cattle</a> at the moment. We will be moving things around quite a bit and in the end we will have a lot of repos that comprise the project. <a href="https://github.com/rancherio/rancher" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rancherio&#x2F;rancher</a> serves as a meta-repo that packages up all of the other repos.
aidosover 10 years ago
I went to have a snoop around the code but all I can really see is installation files. Genuine question, is this project closed source?<p>I haven&#x27;t really worked with Docker in anger yet - but I guess I could pull down the files &#x2F; run it and then take a look inside to see how it works.<p>Is there a link to the original code? Is there a risk that projects are going to start to be released in a way where it&#x27;s going to take jumping through a couple of hoops to see how they work?<p>I don&#x27;t want to sound disparaging to the project (it sounds interesting). I was just curious in having a really quick glance at the code to see if it was something I wanted to keep an eye on.
评论 #8590575 未加载
zemanelover 10 years ago
Off topic to rancher maybe but how about [a tool for] treating (packaging) docker images as [Debian&#x2F;rpm] packages, at least persistent images (images that are not one shot jobs) ?<p>Some of the images workflow as deploying&#x2F;removing from a host, replacing existing images (upgrades), dependency management (app image v1.0 depends on Nginx image v2.0), metadata like OS startup scripts (pg image needs to start on boot) seems to already be covered by apt&#x2F;rpm and that tools like Ansible&#x2F;others leverage for deployments in infrastructures.
sciurusover 10 years ago
Here is a blog post announcing the project: <a href="http://www.ibuildthecloud.com/blog/2014/11/11/announcing-rancher-dot-io/" rel="nofollow">http:&#x2F;&#x2F;www.ibuildthecloud.com&#x2F;blog&#x2F;2014&#x2F;11&#x2F;11&#x2F;announcing-ran...</a><p>It looks like this is a renaming and refocusing of Sstampede.io, which was discussed before at <a href="https://news.ycombinator.com/item?id=8210100" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8210100</a>
jacques_chesterover 10 years ago
Hi, some obligatory HN nay-saying here.<p>I feel like alternatives to all these services exist already. What AWS provides is packaging and integration.<p>If I want S3, I can use one of several distributed filestores.<p>If I want EBS, I can use one of several network disk systems.<p>If I want queues, or distributed K-V stores, or monitoring, etc etc etc, there are solutions coming out of our collective ears.<p>AWS is an IaaS. People are paying for the service, not the infrastructure.
jessaustinover 10 years ago
The vision seems to be docker on top of rancher on top of docker? Afraid I can&#x27;t see how this would help? Unless it&#x27;s just to inspire &quot;yo dawg&quot; Xzibit jokes? b^)
评论 #8590798 未加载
评论 #8590762 未加载
k0over 10 years ago
Looking forward to the Volume Management and Load Balancing features. Keep up the good work.