/express-js-docker

Fresh Express generated app with docker compose

Primary LanguageJavaScript

express-js-docker

Fresh Express generated app with docker compose

To get it running:

  1. Install docker toolkit, which includes docker-machine and docker-compose.
  2. install the node packages in the web container:
→ docker-compose run web npm install

Docker will download all of the images for the container.

  1. start up the app:
→ docker-compose up
  1. Open the app: (OS/X)
→ open http://$(docker-machine ip default):5000/