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.

Software Delivery via Amazon Docker Workflow

25 pointsby ryandotsmithover 11 years ago

1 comment

mark_eijsermansover 11 years ago
I&#x27;m curious why you&#x27;re running a docker file instead of committing a pre existing development docker container, and shipping that as the deployment artifact? This approach seems to treat docker more as provisioning tool (ansible, chef, puppet etc) and less as a continuous delivery &quot;shipping container&quot; tool.<p>Your adf-config tool makes me think of etcd: <a href="https://github.com/coreos/etcd" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;coreos&#x2F;etcd</a>