Hacker News new | ask | show | jobs
by nucleardog 1915 days ago
It's relatively easy with Docker to just point your local docker tooling at a remote daemon.

That way during the build process you're only transferring the cwd around your Dockerfile (the build state) to the daemon, and it takes it from there.

Versus this that would be doing a lot of file i/o during the build process all back across the wire.