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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Use cases for Docker driven development

2 点作者 Chmouel超过 10 年前

1 comment

kevan超过 10 年前
The first use case is one of my focus areas at work. We used to not be able to do functional testing until code was in the develop branch. Developers could work on feature branches, but we had no way of deploying these branches to a test environment. The develop branch usually wasn&#x27;t in a state where we could safely cut releases from it, in effect every release a was train release. Departing early required coordination among multiple product teams to make sure everything was completely tested.<p>Now, we have a customized version of dockerui (<a href="https://github.com/crosbymichael/dockerui" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;crosbymichael&#x2F;dockerui</a>) set up with images fed by jenkins. Every branch has images generated and anyone can spin up their own complete test environment. As a result we can complete a lot more testing in isolation and keep the develop branch ready for release at any time.