/intro-docker

An introduction to deploying NodeJS applications as containers using Docker

Introduction to Containers and Docker for NodeJS applications

TODO

  • Create simple API
    • npm init
    • npm i express
    • Write "Hello World!" API
  • Write Dockerfile
  • Write docker-copose.yml