NOTE: If you're using Docker CE on Windows, remove the cAdvisor service defined at the bottom of the docker-compose.yml file before running the project.
To run the project (development mode):
-
Install Docker CE for Mac or Windows (http://docker.com)
-
Run
docker-compose build -
Run
docker-compose up -d -
Navigate to http://localhost
-
To see your container CPU utilization, memory, etc. visit the cAdvisor URL: http://localhost:8080