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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How Docker Made Coding and Testing New Projects Fun and Accessible

16 点作者 puja108大约 10 年前

1 comment

tracker1大约 10 年前
To some extent, I have to agree with TFA, though it&#x27;s kind of clickbait, and doesn&#x27;t have a lot of substance. I&#x27;ve found that I can much more rapidly prototype services or even test code with disparate tooling using containers over full VMs... I have an Ubuntu VM with samba setup, so I can use a gui editor (sublimetext) in my host, and run in my vm&#x27;s shell via ssh.<p>I want to try out the new ASP.Net vNext, there&#x27;s an image for that... io.js, there&#x27;s an image for that... use the latest nginx with a half dozen plugins... yep. Hell, the easiest way to get the latest etcd running is via docker (golang has a really slick base image for projects btw).<p>Dockerfiles tend to work much faster than vagrant does in terms of launching a new VM vs building&#x2F;starting a derivative container. Yes, you go through some discovery hoops, but no worse than any other virtualization.<p>I&#x27;m a pretty big fan all around.