Hacker News new | ask | show | jobs
by shykes 4665 days ago
That's exactly what Dockerfiles are for: to specify a unique, non-ambiguous way to build your code. Regardless of language, distro or compiler, "docker build" is all I need to produce a self-contained, runnable artifact not unlike a static binary.

There's a cool tutorial on using Dockerfiles at http://www.docker.io/learn/dockerfile/