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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Developing with Docker at IFTTT

96 点作者 devinfoley超过 9 年前

5 条评论

mathewpeterson超过 9 年前
It seems like using .dev TLD is a bad idea since Google owns it[1]. How many people use the .dev or .local TLD? What&#x27;s the best practice here?<p>[1] <a href="https:&#x2F;&#x2F;www.iana.org&#x2F;domains&#x2F;root&#x2F;db&#x2F;dev.html" rel="nofollow">https:&#x2F;&#x2F;www.iana.org&#x2F;domains&#x2F;root&#x2F;db&#x2F;dev.html</a>
评论 #10348974 未加载
评论 #10349238 未加载
评论 #10349479 未加载
siliconc0w超过 9 年前
Very cool, we use boot2docker and a slightly modified fork of docker compose but have yet to automate installing everything.<p>To avoid reinstalling dependencies you can use multiple dependency files to separate your slowest building dependencies (i.e for ruby you can use a Gemfile and Gemfile.tip) and a git hook script to set the modified time of all files in the repo to their last change in git:<p><a href="https:&#x2F;&#x2F;gist.github.com&#x2F;siliconcow&#x2F;d5c991f49b7550360465" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;siliconcow&#x2F;d5c991f49b7550360465</a>
评论 #10347851 未加载
greenleafjacob超过 9 年前
Hey IFTTT! Jacob from Imgur here. Do you guys think you will be trying Kubernetes soon?
评论 #10347240 未加载
评论 #10347180 未加载
bndw超过 9 年前
Nice to see a post that covers the various aspects of using Docker in place of some like Vagrant for local development.<p>The biggest pain I&#x27;ve run into when using Docker for local dev is waiting for pip to install dependencies on rebuilds. This offers an interesting strategy for mitigating that and I look forward to digging into this more.
评论 #10347269 未加载
评论 #10349435 未加载
wstrange超过 9 年前
Cool stuff.<p>Link the to github project: <a href="https:&#x2F;&#x2F;github.com&#x2F;IFTTT&#x2F;dash" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;IFTTT&#x2F;dash</a>