Show HN: Gandalf – $1 private Docker registries (gandalf.io)
We just released Gandalf.io, a private docker registry-as-a-service. We've kept it really simple and affordable. The first private docker is free and the rest come in plans all priced at $1 / docker.
We built Gandalf.io as an internal tool to manage and access our dockers and liked it so much we're releasing it as a service.
Gandalf.io is built by a small team of developers for fellow developers. We're eager to do more like managing trusted builds, continuous integration and continuous deployment, as a single pipeline using only dockers on our platform. For now though we think empowering teams to get started with dockers by sharing them easily and using the standard docker cli will do.
47 comments
[ 5.3 ms ] story [ 106 ms ] threadBut second, no enterprisey company will use a service that bills like this, because
-$4 and $250 per month all rounds down to zero, so it's not a selling point
-$4 signals no support when the shit inevitably hits the fan
-$4 signals this company will tank along with your data in a month
An enterprise company with actual money will take an hour or two of dev time to boot up one of the open source registries (https://github.com/dotcloud/docker-registry) and stay in control.
Source: working at a Docker startup for almost a year
If you are interested in the corporate market, you probably will want to offer a special 'Enterprise' pricing plan that includes 'Enterprise-y' features at a higher price point [e.g. $249 / 250 repository minimum]
Sure we're sending a signal that we're not ready for enterprise folks. I can be candid in saying that we'd rather be the digital ocean of dockers than an AWS. at this point :p
I could not find a FAQ-esq section on your page, and was too lazy to "sign up to (possibly) find out".
FAQ page coming up soon.
Storing your own private containers for access from multiple locations or machines.
Auto-deploying containers using the standard docker api
Secondly, for those who're starting out using dockers, a four docker plan is optimal because most folks use a combination of containers inheriting from public and private repos. So you can pay $4 per month for 4 repos using gandalf.io whereas you have to pay a minimum of $7 per month for docker.io's service.
Thirdly, this is just the beginning and we're working on a roadmap of features, some of which docker.io might not provide.
Fourth - support is important when using a service, and support can have a specific flavour when using a startup offering. try gandalf.io to understand the flavor :) !
For now, I'll stick with my git-deploy-over-ssh scheme.
It is much easier/saner for me to stick with git pull && docker build. If my SSH install isn't secure, I'm screwed anyway.
If I was seriously considering switching all of my containers to Service X, rewriting it would be trivial and just a cost of doing business.
Personal user data Full access This application will be able to read and write all user data. This includes the following:
Private email addresses Profile information Followers
Why read AND write? Why all data?
Please don't equate the two when posting on HN. People here are offering comments, insight, and opinions. It shouldn't be surprising if they are not in agreement with you on certain aspects.
That being said, best of luck!
Security for Docker images is just as important, and in some cases more important than it is for code assets. What protection does Gandalf offer against unauthorized downloading of images/layers, and tampering with images stored in the repository?
Does Gandalf plan to support features like building images from a Dockerfile, ideally sent via GitHub repo hook? This is a great workflow convenience offered by both Quay and Docker.
Gandalf.io went live yesterday and still very much in early beta and we're still improving the functionality and experience. The reason we decided to set up Gandalf was because we think this is a huge potential market with space for at least 3-4 players. We also think docker containerisation is more than just enterprise devops preserve and want to lower the threshold for startups and individual developers to get started.
Gandalf.io has an auth layer wrapped around the standard docker registry and you can access it via SSL using the docker api (this includes the docker CLI). We're still examining ways in which we can strengthen the security of the system and are open to suggestions and insights.
Github based builds are in the upcoming release slated for next week. Sign up for the free plan and you'll be notified by email when that happens.