Live data from Hacker News

Show HN: Hosted Docker-as-a-Service on SSDs for $5

blog.copper.io

1–10 of 133 posts

Re: Show HN: Hosted Docker-as-a-Service on SSDs for $5

#4
post #2

Very cool, and I was waiting for something like this to be built out. Are you planning on having a command line tool to control your deployments?

I use a similar service called Orchard that has a "heroku-like" command line wrapper around the docker client. It's quite nice https://github.com/orchardup/orchard-client

Re: Show HN: Hosted Docker-as-a-Service on SSDs for $5

#8
post #5

Nice. Looking forward to seeing how this and all the other Docker based PAAS ecosystems like Flynn, Deis, Tsuru, Shipbuilder, CoreOS etc pan out.

I agree this looks very cool. As far as http://deis.io/ is concerned, we're focused more on the "operate your own PaaS" capability, whereas this seems to be a pure hosted service -- which is great for lots of use cases.

Best of luck guys!

Re: Show HN: Hosted Docker-as-a-Service on SSDs for $5

#10
The big point of Docker for me is that I can build the container on my machine, run automated tests on it, play with it and then ship it to the production machines when I'm confident that it is working.

If you build the container on a service like this testing it is hard or in some cases even impossible. For example acceptance tests with Selenium.

Gemfile.lock and similar version binding tools help, but prebuild containers bring the deployment stability to whole new level and is the reason why I'm exited about Docker and containers in general.

Do they support prebuild containers?

Post reply on HN