Would be neat to pair this service or one like it with the "Deploy on Heroku"-type buttons/badges I've seen on github before. A "Run this container now" type thing.
How about doing that with cryptocurrencies? ;)
Show HN: InstaDocker – Run any Docker container on the cloud instantly
31–40 of 49 posts
Re: Show HN: InstaDocker – Run any Docker container on the cloud instantly
#32I've been working on a similar idea for running docker containers on a cron schedule. I use them for data processing, and web crawling, but don't have a good way to manage their schedules / logs. Right now I run everything off a single box with a cron schedule for each one.
Re: Show HN: InstaDocker – Run any Docker container on the cloud instantly
#33Earlier quoted context omitted.
Interesting idea. Do you have any Docker configs currently for that?
Sorry, no. This here is somewhat related though: A dockerized web service that launches a new IPython notebook instance for each user who connects. https://github.com/jupyter/tmpnb
Re: Show HN: InstaDocker – Run any Docker container on the cloud instantly
#34Interesting choice in building this atop DigitalOcean. Not that it's wrong by any means, but I'd be interested in hearing what process you took in choosing them. (just curiosity)
Wow, you are the first person who noticed that! :) We already had a couple of DigitalOcean servers running and wanted to add this one next to them. Do you have any recommendations? Why are you curious about it?
I've said this before and time and time again, but I LOVE what they're doing over at RunAbove (OVH incubated). I'm not affiliated by any means, just a very, very very very very happy customer. The performance is unmatched and the price is so competitive!
Re: Show HN: InstaDocker – Run any Docker container on the cloud instantly
#35Earlier quoted context omitted.
Wow, you are the first person who noticed that! :) We already had a couple of DigitalOcean servers running and wanted to add this one next to them. Do you have any recommendations? Why are you curious about it?
Makes sense! I've said this before and time and time again, but I LOVE what they're doing over at RunAbove (OVH incubated). I'm not affiliated by any means, just a very, very very very very happy customer. The performance is unmatched and the price is so competitive!
Re: Show HN: InstaDocker – Run any Docker container on the cloud instantly
#36Earlier quoted context omitted.
Yes, you will be able to easily pass env variables when you start a container. What is your opinion about passing variables as JSON or web based form?
I'm torn. Your UX is about convenience, so probably expose a form for the MVP, so I can set an initial user and DB credentials for WordPress, for instance. I would probably implement it as JSON from the start though, then make it available when the REST API is ready.
Re: Show HN: InstaDocker – Run any Docker container on the cloud instantly
#37Re: Show HN: InstaDocker – Run any Docker container on the cloud instantly
#38I just did a continuously integrated container post that achives the same thing with Wercker and Giant Swarm: https://github.com/giantswarm/swarm-wercker
Interesting, I'll check it later. Are there any services using it currently?
Re: Show HN: InstaDocker – Run any Docker container on the cloud instantly
#39Earlier quoted context omitted.
How about doing that with cryptocurrencies? ;)
Haha sounds like a great idea! I think only concern would be publishing your crypto-currency private key publicly :/
Re: Show HN: InstaDocker – Run any Docker container on the cloud instantly
#40"This container will be alive for next 15 minutes. If you would like to keep it running more than 15 minutes please contact us on Twitter." - Changing 12 hours to 15 minutes, is the server overloaded?