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.

Ask HN: Best solution for hosting docker app

4 pointsby ciaobenover 10 years ago
Hi, I am starting my path to the developer career. I've started using docker, it's amazing and keep my work portable! I would like to know which is the best solution to host docker images for production. I'd prefer something more solid than DigitalOcean or other pay-per-use services!

3 comments

puja108over 10 years ago
If it&#x27;s only about solidity DigitalOcean, AWS, and similar are ok for running single-host instances of your dockerized apps. If you want to get into clusters and scaling or are looking for a way to just take care of your containers and not of the infrastructure anymore, there&#x27;s not many ready-made solutions, though. Amazon is working on ECS, and Google on GKE, but both are in a very early invite only Alpha stage. Other than those two, there&#x27;s currently only us at Giant Swarm (<a href="http://giantswarm.io/" rel="nofollow">http:&#x2F;&#x2F;giantswarm.io&#x2F;</a>) afaik. If you&#x27;re interested you can register for an invite and if you contact me directly, I could get you the actual invitation a bit faster. Also note that there&#x27;s quite a lot of self-service solutions based on Mesos or Kubernetes, but then you&#x27;re back at managing your infrastructure yourself again and you still have to book DigitalOcean or Amazon Servers.
trcollinsonover 10 years ago
Can you please elaborate on what you mean by &quot;more solid than DigitalOcean or other pay-per-use services&quot;? I would dare say that DigitalOcean, AWS, Google Cloud, and the like are quite solid and a great, cost efficient solution for hosting a production application. They are also quite easy to use with docker containers.
Gigablahover 10 years ago
DigitalOcean is pretty solid so far. I&#x27;ve been monitoring uptime on my instances for a year and while a relatively new datacenter like Singapore was unstable for a while, I haven&#x27;t gotten any alerts for the past few months.