TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Docker and StriderCD: Brilliant Continuous Integration In A Box

54 点作者 niall_ohiggins将近 12 年前

7 条评论

timr将近 12 年前
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 未加载
StavrosK将近 12 年前
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 未加载
nickstinemates将近 12 年前
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 未加载
routelastresort将近 12 年前
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 未加载
tombh将近 12 年前
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 未加载
andridk将近 12 年前
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 未加载
francesca将近 12 年前
this is awesome. well done.