end-to-end, boring, useless process querying can be experienced. cowabunga!
$ cd src/
$ npm install
$ bower install
$ npm start
// point browser to http://localhost:3000
// open your browser's "developer tools" and select the "console" tab
a small change to app.js to hand off the file public/html/index.html
public/js/client.js is set up to poll data from the server and call functions to update highcharts
polling on/off toggle button feature added
containerId to displayId hash table implemented to ensure the same container data is used with the same line on the graphs
on load, finds the ids of any already existing docker containers. until we have the create/destroy container commands available in the server, you will need to first run up to MAX_CONTAINERS containers in the command line, using docker run -it ubuntu bash or equivalent. any changes to the containers will require refreshing the page.
end-to-end, boring, useless process querying can be experienced. cowabunga!
MAX_CONTAINERS
containers in the command line, usingdocker run -it ubuntu bash
or equivalent. any changes to the containers will require refreshing the page.