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.

Applied Docker: Continuous Integration

8 pointsby keithbaover 11 years ago

1 comment

eggsbyover 11 years ago
I just started playing with docker and it is very cool, but I am not sold on complete isolation of every service in a stack.<p>I&#x27;ve taken to building my containers using packer &amp; ansible, with docker acting as something between git and an lxc client.<p>If you run your tests against live instances do you deploy the exact same container? How do you control environmental or configuration drift?<p>I&#x27;d be interested in seeing a CI tool on top of docker :)