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: Simple Docker Deployment

7 pointsby lotkowskimalmost 8 years ago
I have recently started using docker for my side projects and it's great! My question is what do you guys use to deploy it? Ideally I would want something as simple as pointing some deployment service to my repo and have it do everything for me.

3 comments

koolbaalmost 8 years ago
If you want the simplest setup check out dokku: <a href="https:&#x2F;&#x2F;github.com&#x2F;dokku&#x2F;dokku" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dokku&#x2F;dokku</a><p>It&#x27;s literally a bunch of bash scripts so it&#x27;s as straightforward as it gets to understand how it works. As a simple deploy target for side projects it works great.
mjhea0almost 8 years ago
Flask + React + Docker on AWS -&gt; <a href="http:&#x2F;&#x2F;testdriven.io&#x2F;part-one-aws-deployment&#x2F;" rel="nofollow">http:&#x2F;&#x2F;testdriven.io&#x2F;part-one-aws-deployment&#x2F;</a>
codegeekalmost 8 years ago
I have used <a href="https:&#x2F;&#x2F;deploybot.com" rel="nofollow">https:&#x2F;&#x2F;deploybot.com</a> and they are pretty good.