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.

How Docker Made Coding and Testing New Projects Fun and Accessible

16 pointsby puja108about 10 years ago

1 comment

tracker1about 10 years ago
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.