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.
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.