/GL-DevOps-ProCamp

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

NETOP

GlobalLogic DevOps ProCamp

GitGub Pages GitGub Pages

How To UseLicense

How To Use

From GitHub

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.

From Docker

Run command:

docker run -e SHOW=mem gt60/netop 

From Docker-compose

Create file: docker-compose.yml

version: '3.3'
services:
    netop:
        environment:
            - SHOW=mem
        image: gt60/netop

Run command:

docker-compose up

License

MIT


fenko.ga  ·  GitHub @eugenefenko  ·  LinkedIn @eugenefenko