generator-service-native-docker icon indicating copy to clipboard operation
generator-service-native-docker copied to clipboard

Generate a node service (expecting native docker - docker for mac/windows beta)

generator-service-native-docker

Yeoman generator to build, test and deploy a node service with a native docker. (docker beta for mac/windows).

This is the result of what was learned in the 2nd iteration of Developing Inside Docker Containers With OSX

Setup

$ npm install -g yo

Clone the generator then run:

$ npm link

Sequence

  1. Create a blank repo on github, clone to local system.
  2. Run yo service-native-docker
  3. Commit and push.