Ask HN: Where to deploy a Docker container easily?
https://news.ycombinator.com/item?id=31103946What’s the simplest way to deploy a Docker container? By this I mean I have build my image and uploaded it to a registry. Now I want to deploy it somewhere with some basic conf, a few environment variables and maybe some reasonable auto scaling (not mandatory).
What’s the easiest way to do that? AWS? Digital Ocean? Heroku? Somewhere else?