Skip to content

Instantly share code, notes, and snippets.

@heronyang
Created March 22, 2020 23:05
Show Gist options
  • Save heronyang/54ea88e9f57a72692676c308b62bf813 to your computer and use it in GitHub Desktop.
Save heronyang/54ea88e9f57a72692676c308b62bf813 to your computer and use it in GitHub Desktop.

Isolated and Consistent Development

TL;DR

To have isloated and consistent development environment, we apply Docker.

Motivation

  • Make sure the code is easy to deploy or to be executed on developers' environments.
  • Make sure the code has consistent behaviour when we change the environment.

Steps

  1. Install Docker
  2. Create your application with Dockerfile, here's an example for NodeJs application.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment