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.

Docker and StriderCD: Brilliant Continuous Integration In A Box

54 pointsby niall_ohigginsalmost 12 years ago

7 comments

timralmost 12 years ago
For those of you looking for a hosted CI system, I highly, highly recommend CircleCI...we've been using it for continuous deployment, and it's been just about perfect. It's one of those tools that Just Works, and makes your life a little bit easier.
评论 #6188385 未加载
评论 #6188039 未加载
StavrosKalmost 12 years ago
Docker sounds brilliant, but I haven&#x27;t had much luck with deploying my (moderately complex) Django apps on it. For example, I want the postgres db data to live outside the container, but volumes can&#x27;t currently do that with Dockerfiles: they&#x27;re initialized at &quot;docker build&quot; and then the files are just overwritten when trying to mount an external volume.<p>Another use case is trying to spin up a development container (where the code resides on the host), but, again, shared volumes overwrite the directory. You can ADD your code initially and then mount the volume when you run it, but it&#x27;s added hassle.
评论 #6187912 未加载
评论 #6187520 未加载
nickstinematesalmost 12 years ago
I just set this up accessible over the internet, building my blog. I&#x27;ve since removed the service&#x2F;webhooks, but feel free to login at <a href="http://stinemat.es:3000" rel="nofollow">http:&#x2F;&#x2F;stinemat.es:3000</a> to play around. It&#x27;s extremely cool.
评论 #6187865 未加载
评论 #6187392 未加载
routelastresortalmost 12 years ago
I had major problems with Strider&#x27;s web interface (running from a Docker instance) just dying on me. I think it&#x27;s got a long way to go before it&#x27;s a viable replacement&#x2F;equivalent for Travis-CI.
评论 #6187846 未加载
评论 #6187868 未加载
tombhalmost 12 years ago
Did it take anyone else ages to download all the files from `docker pull strider&#x2F;strider&#x27;? Was taking over 30 mins for me, so I gave up and installed everything by hand without docker in about 5 mins!
评论 #6188841 未加载
评论 #6188854 未加载
andridkalmost 12 years ago
Ah, this is deploying StriderCD with Docker, and not the other way the around. Was really hoping to see a build server that could spit out Docker images :)
评论 #6187860 未加载
francescaalmost 12 years ago
this is awesome. well done.