YYZ-Engine / yyz-engine

A web app for users to test algorithms
MIT License
0 stars 0 forks source link

Dockerize this application #17

Closed zpallin closed 6 years ago

zpallin commented 6 years ago

Docker is a neat tool that allows us to virtualize our application.

Follow these instructions roughly to Dockerize yyz-engine: https://nodejs.org/en/docs/guides/nodejs-docker-webapp/

In order to pass this, you must have committed a Dockerfile to this repository that I can run on my machine and have it work.

Keep in mind that Docker tends to fill up a lot of memory and storage on your system. Take a look at this article that talks about storage practices for Docker. https://lebkowski.name/docker-volumes/. Just keep it in mind as you start to use docker.