Sample App

  • create your application (here node.js example app)
  • dockerize it (create Dockerfile)
  • build with docker build . -t all-in-app
    • test with docker run -p 49160:3000 -d all-in-app