To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/EugeneFenko/GL-DevOps-ProCamp.git
# Go into the repository folder
$ cd GL-DevOps-ProCamp
# Run the app
$ npm run netop mem or $ npm run netop cpu
Note: If you're using Linux Bash for Windows, see this guide or use node
from the command prompt.
Run command:
docker run -e SHOW=mem gt60/netop
Create file: docker-compose.yml
version: '3.3'
services:
netop:
environment:
- SHOW=mem
image: gt60/netop
Run command:
docker-compose up
MIT
fenko.ga · GitHub @eugenefenko · LinkedIn @eugenefenko