Skip to content

Instantly share code, notes, and snippets.

@ackertyson
ackertyson / DOCKER-GUIDE.md
Last active August 8, 2018 22:45
A quick how-to for using common docker, docker-compose and docker-machine commands in an example NodeJS app (with remote deployment).

DOCKER GUIDE

A quick how-to for using common docker, docker-compose and docker-machine commands in an example NodeJS app which has different builds for development and production and is deployed to a remote Docker host. Does NOT require uploading your app images to any damn public registries! Or to any registry at all, for that matter!

Setup