A simple node, express and reactjs app to manage and monitor docker containers in a local machine.
Install docker
in your local machine and create some containers to test...
Maybe a good start point would be installing portainer: https://portainer.io/install.html
npm install
and
npm start
this will start concurrently a node server that listens to the linux socket and communicates with docker api (default on port 3001) and the reactjs app on port 3000.
I used Auth0, you may want to updated config variables in
src/Auth/auth0-variables.js